cancel
Showing results for 
Search instead for 
Did you mean: 

Repeat the Containt of the form

0 Kudos

Hi all,

I want to repeat the content of the form the click of button.

For Eg. i have designed a form like below

here on click of add outlet button all the fields in the form shout get repeated and hould be ready for input.

how can i achieve it??

Thanks in advance,

Regards,

Adarsh Sidnod

Accepted Solutions (0)

Answers (1)

Answers (1)

Qualiture
Active Contributor
0 Kudos

What have you tried yourself so far? There are numerous ways to achieve what you want, by using fragments, views, ViewRepeater element, etc

0 Kudos

Hi Robin,

I'm able to achieve it using ViewRepeater.. But now the prob is how can i get the data entered by the user as id that i have given to textfields are unique..

Qualiture
Active Contributor
0 Kudos

It depends a bit on how you have set up your data binding for your form(s) -- if you have an array of object of properties or you manually add new object of properties for each new form -- but you should be able to access your data via the model just as you would with a single form