Ill copy in what I’m using. I’ve edited some of the content just from this for privacy.
On the form I have:
[text* your-name class:textfield1 watermark “Full Name (required)” ]
[tel* tel-375 placeholder “Your Number (required)”]
[email* email-77 placeholder “Your Email (required)”]
[select your-recipient include_blank “recipient one|[email protected]”
“recipient two|[email protected]”]
[textarea* your-message class:textarea1 watermark “Your Message (required)”]</p>
[recaptcha]
[submit “Send”]
Then on the mail I have:
To: [your-recipient]
This field has syntax errors.(Wasn’t getting this before update)
From: [your-name] <[email-77]>
This email address does not belong to the same domain as the site.Wasn’t getting this before either but I need this email to not belong to the site…
Subject: Booking
Reply-To: [your-name] <[email-77]>
From: [your-name]
Subject: Booking
To:[your-recipient]
[menu-715]
[tel-375]
[your-message]
Thanks for getting back to me.