R
rick
I have a form that I just want to make multiple instances of on a page at the
user's discretion. I put the whole form inside of another repeating section.
The user puts the data in, clicks repeat, and (this is where the problem is)
the form is repeated with all the information just put in. Apparently that's
not supposed to happen. How do I make it stop? I ONLY want the FORM to
repeat, not the information. Also, I want one section of fields in the form
to repeat within the original form (a nested repeat). But, when I click on
the repeat section button on the entire form, EVERYTHING gets repeated. i
want this form...
A B
C D
to be able to go to...
A B
C D
C D
then click on repeat, and it repeats
A B
C D
(the original)
Why doesn't it do that????
user's discretion. I put the whole form inside of another repeating section.
The user puts the data in, clicks repeat, and (this is where the problem is)
the form is repeated with all the information just put in. Apparently that's
not supposed to happen. How do I make it stop? I ONLY want the FORM to
repeat, not the information. Also, I want one section of fields in the form
to repeat within the original form (a nested repeat). But, when I click on
the repeat section button on the entire form, EVERYTHING gets repeated. i
want this form...
A B
C D
to be able to go to...
A B
C D
C D
then click on repeat, and it repeats
A B
C D
(the original)
Why doesn't it do that????