Any way to modify email formatting?
-
Is there any way to adjust the formatting of the email output without hacking code?
I need the form to send an email to a specific address where it will be scraped by a CRM.I need to send the Form labels along with the data separated by a colon ” : “
The default is a dash ” – ”In other words the default output is this:
User Submitted Values:
First Name – John
Last Name – Doh!
Email – [email protected]I need to remove the top line “User Submitted Values”
and replace the dashes with colons like this:First Name: John
Last Name: Doh!
Email: [email protected]I’ve been trying to pull apart the code but I can’t find it. And I don’t want to hack the code anyway as it will be over written with future upgrades.
Any help appreciated.
Much thanks!
- The topic ‘Any way to modify email formatting?’ is closed to new replies.