Hi
I have a multiselect checkbox in my form.
If it works in the form, I can select several choices,on submit, an eamil is sent and :
It contains only 1 choice even if all of them were selected in the form : something I miss ?
I have just a number (0, 1 or 2) in the email where I'd like a more explicit text based on the selected choices in the box : how to ??
I have a multiselect checkbox in my form.
If it works in the form, I can select several choices,on submit, an eamil is sent and :
It contains only 1 choice even if all of them were selected in the form : something I miss ?
I have just a number (0, 1 or 2) in the email where I'd like a more explicit text based on the selected choices in the box : how to ??
Hi fguyon,
A multi-select checkbox group needs to have an array name ending in [] e.g. my_checkbox[]
Please see this FAQ
Bob
A multi-select checkbox group needs to have an array name ending in [] e.g. my_checkbox[]
Please see this FAQ
Bob
Thanx Bob
Works very well
I suppose FAQ is regarding a previous version.
So if that can help
I just had to add the [] to my field name, list the values in the extra parameters of the checkbox and drag a handle array before the email action ! No code. That works and that's it !!
Thank you
Works very well
I suppose FAQ is regarding a previous version.
So if that can help
I just had to add the [] to my field name, list the values in the extra parameters of the checkbox and drag a handle array before the email action ! No code. That works and that's it !!
Thank you
This topic is locked and no more replies can be posted.