Hi there,
I'm building a two page form with your most excellent component.
I've got a mother form, and two child forms set up using the multipage plugin, they are accessible, and I've set up an email (in the mother) that includes fields from both child forms. However, the data from the first page seems to be lost somehow, and only the data from the last page makes it onto the email.
When i hit my "next button" on the first page, i get this in debug:
Looks like its receiving the input ok, as i get a similar message on the second page, and the second page's fields appear in the email.
I assume i have to add some code in one of "Form Code" boxes, but having scoured this forum for a couple of hours i can't find it. I'm using RC5... Or is it something daft - i've only got the multipage plugin enabled on the mother page for instance.
I'd also like to save the data from both pages into one table - how is this possible?
I'm building a two page form with your most excellent component.
I've got a mother form, and two child forms set up using the multipage plugin, they are accessible, and I've set up an email (in the mother) that includes fields from both child forms. However, the data from the first page seems to be lost somehow, and only the data from the last page makes it onto the email.
When i hit my "next button" on the first page, i get this in debug:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_1] => test1 [text_2] => test2 [text_3] => test3 [text_4] => test4 [text_5] => test5 [button_1] => Submit [aaf08617f8d3aacc4373f93a55a7f32f] => 1 )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
Looks like its receiving the input ok, as i get a similar message on the second page, and the second page's fields appear in the email.
I assume i have to add some code in one of "Form Code" boxes, but having scoured this forum for a couple of hours i can't find it. I'm using RC5... Or is it something daft - i've only got the multipage plugin enabled on the mother page for instance.
I'd also like to save the data from both pages into one table - how is this possible?