- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2015 05:31 AM
I want to make a form that has a dynamic number of fields, but the same (strings). There will be "+" button which adds a field, till the user doesn't need anymore. Something like the filter and its "and", "or" buttons. Is it possible and what workarounds has this problem?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2015 06:02 AM
Any of these will work
Client scripts, UI macros, UI pages
If you want the whole page to be custom then UI Page, if just part then UI Macro or Client Script. It all depends on what the over all goal is and that will dictate the how.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2015 08:59 AM
Assuming you have a max limit to the repeating fields (say 10), an easier way that is NOT dynamic would be to have 10*fields created on your form and then display them using a drop down that contains number of rows you want on the screen. All you need would be a set of UI policies to display the respective fields/rows on the form to show the rows based on the value selcted in the drop down. Otherwise I second Drew.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2015 02:38 AM
