Dears,
I have create a contact us form with checkbox group of 5 options.
The form will send out email with all the fields input result after submission .
Questions is....
I have add "array handle" @"on load" in setup. All information can show in email correctly, but would like to format the array for easier reading
now it looks like: array ( 0 => 'value1', 1 => 'value2',2 => 'value3')
what i want it to be: value1, value2, value3
Anyone can tell how to make it?
Thanks a lot.
Best regards,
Wing
I have create a contact us form with checkbox group of 5 options.
The form will send out email with all the fields input result after submission .
Questions is....
I have add "array handle" @"on load" in setup. All information can show in email correctly, but would like to format the array for easier reading
now it looks like: array ( 0 => 'value1', 1 => 'value2',2 => 'value3')
what i want it to be: value1, value2, value3
Anyone can tell how to make it?
Thanks a lot.
Best regards,
Wing
Hi Wing,
Please remove the [] from the name in the Fields List box and change the separator to comma+space if you haven't already done so.
Bob
Please remove the [] from the name in the Fields List box and change the separator to comma+space if you haven't already done so.
Bob
This topic is locked and no more replies can be posted.
