Hello,
after a long search on the forum I decided to post, there's something I don't understand.
In checkbox group element setting :
Field Name : myfieldname[]
Options :
No=no
Yes=yes
Why=why
How=how
if everything is checked in the email I have:
myfieldname array ( 0 => 'No', 1 => 'Yes', 2 => 'Why', 3 => 'How', )
If i add a value in brackets myfieldname[somethink] and always all checked I have in email :
myfieldname How
only the latest element checked
Many thanks for help
after a long search on the forum I decided to post, there's something I don't understand.
In checkbox group element setting :
Field Name : myfieldname[]
Options :
No=no
Yes=yes
Why=why
How=how
if everything is checked in the email I have:
myfieldname array ( 0 => 'No', 1 => 'Yes', 2 => 'Why', 3 => 'How', )
If i add a value in brackets myfieldname[somethink] and always all checked I have in email :
myfieldname How
only the latest element checked
Many thanks for help
Hi Dakdak,
What exactly is the problem here?
What do you want to show in your email?
Bob
What exactly is the problem here?
What do you want to show in your email?
Bob
Thanks Bob, sorry for my english
I would like in the email just :
myfieldname no, yes, why .....
Not : array (0=>'No' .........
if I add somethink between bracket " myfieldname[somethink] " , in the email I have just the latest checkbox checked
I would like in the email just :
myfieldname no, yes, why .....
Not : array (0=>'No' .........
if I add somethink between bracket " myfieldname[somethink] " , in the email I have just the latest checkbox checked
Hi Dakdak,
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Bob
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Bob
This topic is locked and no more replies can be posted.