@Oizuled
Thanks for that link. I will add the pipes once I’ve got the form to work. At the moment I’m getting this message when I click the submit button:
Failed to send your message. Please try later or contact the administrator by another method
The code on the contact form is this:
[ Moderator note: please wrap code in backticks or use the code button. ]
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Subject
[text your-subject] </p>
<p>Your Message
[textarea your-message] </p>
<p>Who do you want to contact
[select your-recipient "redacted"
"also redacted"
"do you see a pattern here re email addresses"] </p>
<p>[submit "Send"]</p>
Can you give me some ideas as to where to start looking for the error which is causing this?
I’ve also realised that in the Set up Mail box there is a specific email address. Should this be a tag and if so what should it be?
The link to my test site is this https://www.s506439810.websitehome.co.uk/warriorswordpress/ and the Contact Form is reached by clicking the Contact Us link in the left hand sidebar.
Thanks
Tony