Hi guys, please help I've spent like 3 hours on it and know that the problem must be very simple!
Here is what happens:
I have an input box __ (to enter any number) and submit button. If'd put 5 and click submit, you get 5 forms:
first name
last name
company
etc.
The for loop works fine and displays correct number of forms.
When I fill out the forms (field names as something_$i, for example in the first form I get: first_name_1, in the second form I get first_name_2, etc.)
Then I'm having problems with mailing submitted forms! It always mails LAST submitted form, how would I get it to submit ALL the forms???
Thanks!