I created a form, works perfect, exact for a multiple select box
Weither i select one or more, in the DB it says empty (no data showing) in the e-mail in stead of the data it says {input_select_15}
what am i missing here?
Hi barthulshof ,
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Bob
sorry about that http500, that was due to something else i changed. but the array handler doesnt fix the issue i still get input_select_15
Hi barthulshof,
Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.
Bob
Hi barthulshof,
It looks as though the name of the input is Werkgebied but you have input_select_15 in the email template and as the database column name.
Bob
Hi
Thanks, this solved the problem. I was being a bit stupid. I didnt get it to work, then you told me to add the array handler but in the mean time waiting for your reply i changed the field name from input select to werkgebied.
So it still didnt show up in the e-mail and DB
Because prior to me asking support here the input_select_15 was also in the e-mail and it didnt work. So the array handler in the submit action did fix my issue.