@alegna01 – If you can provide the contents of the From & Mail sections of your form, I’ll be happy help with your particular problem.
Hi there,
I have the same problem. I´ve followed the link to “how to resolve configuration errors” but I was unsuccessful fixing this one. Under contact form -> Mail Tab – I have an error message(see bellow):
Subject [your-subject]
This field can be empty depending on user input.
Your help will be highly appreciated! Thank you
Regards
@buzztone please see below the content that’s listed in the form and mail sections of my form:
FORM
<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>Please enter the text below
[captchac captcha-386]
[captchar captcha-386]
</p>
<p>[submit “Send”]</p>
MAIL
Mail
In the following fields, you can use these mail-tags:
[your-name][your-email][your-subject][your-message]
To
angelad@rightorderconcepts.com
From
[your-name] <[your-email]>
This email address does not belong to the same domain as the site.
Subject
[your-subject]
This field can be empty depending on user input.
Additional Headers
Message Body
From: [your-name] <[your-email]>
Subject: [your-subject]
Message Body:
[your-message]
—
This e-mail was sent from a contact form on A WordPress Site (http://rightorderconconcepts.com)
Exclude lines with blank mail-tags from output
Use HTML content type
I have the same problem:
[your-name] <[your-email]>
This email address does not belong to the same domain as the site.
[your-subject]
This field can be empty depending on user input.
I HAVE CHANGED:
[your-subject]
by
Site Name – [your-subject]
and
[your-name] <[your-email]>
by
[your-name] <e-mail web> (Note: with “e-mail web” I want to say the complete direction of e-mail: info@mydomain.com)
Now all correct. No syntax errors but I do not receive mail.
What have I done wrong?
Thanks.
Replace <[your-email]> with a specific email from your domain.
On the [your-subject] input, you can have it ‘required’ to force the user to place text of the subject.
SOLVED. I have received the message now !!!!!!!!!!!!
your-name] <[your-email]>
CHANGED BY
[your-name] <e-mail web>
AND
[your-subject]
CHANGED BY
Site Name – [your-subject]
No syntax errors and works.
Sorry. Thanks.