Creating multifield from Adaptive form textbox | Community
Skip to main content
manishp24358677
October 16, 2015
Solved

Creating multifield from Adaptive form textbox

  • October 16, 2015
  • 1 reply
  • 1170 views

Hi,

I have a requirement to have a textbox in which the user can enter more than one value. 

Example: Something like "Hobbies" where the user can enter more than one hobby in the text box. If the user wants to add a new hobby, then he//she should be able to click on a + sign to get another text box just below the current one (something like a multifield textfield in dialogs).

Is it possible using Adaptive forms? Also, how will the values be stored in the repository?

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ifconfig

Can you please try using a repeatable panel with max occurrences set to some high value. That panel should contain your field. 

If you use accordion layout for the panel, you would get '+'  button  by default.

So the node structure would be a panel having one children.

1 reply

ifconfigAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Can you please try using a repeatable panel with max occurrences set to some high value. That panel should contain your field. 

If you use accordion layout for the panel, you would get '+'  button  by default.

So the node structure would be a panel having one children.