Contact form 7 Email Notification layout
-
When using checkboxes in CF7, we can get the individual checkboxes to layout in the format of one checkbox per line in the form by using the statement in the style.css file:
\span.wpcf7-list-item { display: block; }\
However, is there a way to get each checked checkbox response on its own line in the emailed response we receive after the user has sent the form to us? Currently, the only email layout for a checkbox field I can find concatenates all the checkboxes checked into one long paragraph.
- The topic ‘Contact form 7 Email Notification layout’ is closed to new replies.