I have an eform with some checkboxes. When user submits an eform with more than one checkbox checked, in the report I get the values of these checkboxes delimited by a comma. How can I change the comma into a line break so that each value is displayed in a new line?
Share
Load a snippet containing your function before you call eform.
this is how such a function can look like:
In your eform call use the parameter
to call your function.
There are other hooks though. You may also try also &eFormOnBeforeFormMerge or &eFormOnBeforeMailSent.
…replaces commas with dashes.