Hi,
I have a form that asks users the normal stuff, then asks them some specifics using several check box entries which they can choose multiple options based on themselves.
I like for this data to be captured in the MySQL table, but i am not seeing the data captured, but instead, NULL for those fields.
How can i have the MySQL table record their entries?
Thanks
I have a form that asks users the normal stuff, then asks them some specifics using several check box entries which they can choose multiple options based on themselves.
I like for this data to be captured in the MySQL table, but i am not seeing the data captured, but instead, NULL for those fields.
How can i have the MySQL table record their entries?
Thanks
Hi bennychains ,
Please drag a Handle Arrays action into the On Submit event and move it before the DB Save action.
Bob
Please drag a Handle Arrays action into the On Submit event and move it before the DB Save action.
Bob
YES. THANKS!
This topic is locked and no more replies can be posted.