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