Hi,
I have a web form that has repeating sections that need to be persisted... these repeating sections are handled via AJAX so that the form is initially loaded it presents the minimum amount of information. When the 'add' button is clicked it will dynamically add another section to be filled within the existing form.
The problem I have is that when the additional sections are created dynamically the static document does not update to reflect therefore when I save the form the backend code has no reference to the additional fields created.
Do I need to create new elements? or nodes?
Any ideas or help would be appreciated.
Thank you.
I have a web form that has repeating sections that need to be persisted... these repeating sections are handled via AJAX so that the form is initially loaded it presents the minimum amount of information. When the 'add' button is clicked it will dynamically add another section to be filled within the existing form.
The problem I have is that when the additional sections are created dynamically the static document does not update to reflect therefore when I save the form the backend code has no reference to the additional fields created.
Do I need to create new elements? or nodes?
Any ideas or help would be appreciated.
Thank you.