Email Messages
-
I have a CF7 form where I have multiple checkboxes and the user has to select at least one option. Here is the code I’m using.
[checkbox* checkbox-380 use_label_element “option1” “option2” “option3”]
Everything is working. But when the form is submitted the result in the email displays the selected checkboxes in one line separated by commas like below:
option1, option2, option3.
But I want each item to be displayed on a new line like this:
option1
option2
option3Is this possible please
I am setting up my forms on localhost, so I cannot send you a link
Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Email Messages’ is closed to new replies.