Making message body clear
-
I have a long form with numerous fields and I’m trying to ensure that the resulting email message body lists all the data on separate lines with the fieldID included to avoid any misunderstandings by the eventual site owner (who isn’t code-savvy). Will this do it?:
From: [your-name] <[your-email]> <[your-tel]> Subject: [your-subject] Message Body: [delivery-date] <[gift-occasion]> <[recipient-name]> <[recipient-email]> <[delivery-address]> <[delivery-method]> <[personal-message]> <[cash-value]> <[chosen-treatment]> <[treatment-value]> <[payment-method]>
And if I wanted to, could I insert some plain text between the lines to help the owner further, eg:
SEND ORDER TO: <[delivery-address]> BY POST OR EMAIL <[delivery-method]>
Unfortunately, this site is in offline development so I can’t send any test emails!
Thanks for your help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Making message body clear’ is closed to new replies.