generate repeating section textboxes dynamically

  • 20 July 2017
  • 1 reply
  • 0 views

Badge

We have an requirement to copy previous form record data to current user entry data.

We have a repeating section control in the Form where user can add multiple texboxes and enter data for them. Data is storing in an xml form to list data.

 For the copy previous form record data, we are making an REST API call to get previous records and bidning the controls but for repating section we are not able construct textboxes dynamically.  

For the previous record if we have 3 repeating section texboxes, during copy we should be able to add 3 texboxes to current form and bind xml data to it.  

Any help please.


1 reply

Userlevel 4
Badge +7

Hi

Have a look at this:

I think this is very similar to what you want to accomplish

Reply