Checkbox issues

benblur4 20 Aug, 2009
I have 9 individual forms that are tied together using multi-forms. after the last form is submitted the information is emailed to me and saved in a single table which contains fields for all 9 forms. My problem is with the checkboxes. I can place checkboxes anywhere within the 9 forms and my email will show the checkbox results just fine. But the table only saves the checkbox information if it is on the last form (form 9). What am I doing wrong?
Thanks,
Ben
GreyHead 20 Aug, 2009
Hi Ben,

This will be something to do with the Array Handling- have you got ChronoForms set to handle arrays on all the step-forms??

Bob
benblur4 20 Aug, 2009

Hi Ben,

This will be something to do with the Array Handling- have you got ChronoForms set to handle arrays on all the step-forms??

Bob


yes. every single form including the mother form is set to "Yes."
benblur4 24 Aug, 2009
So, what should I try next?
GreyHead 05 Sep, 2009
Hi Ben,

I don't know. Where I would go from here is to turn debug on for the form and the site and compare the $_POST arrays with the SQL to try and identify what is happening.

Bob
This topic is locked and no more replies can be posted.