BloggerSavvy
Member
Posted 3 years ago #
Installed plugin and it is operating. However when a message is successfully sent, I don't get the contents or the sender's email address. I only get the following when I read the email:
Subject = "[your-subject]"
From = "[your-name] <[your-email]>"
And in the body it just says "[your-message]"
What is causing this and how can I fix it?
Thank you.
BloggerSavvy
Member
Posted 3 years ago #
And... Here is the code for the form plugin that is creating this issue:
<p>Your Name<br />
[text* Name 20/] </p>
<p>eMail<br />
[email* eMail 20/] </p>
<p>Website<br />
[text Website 20/] </p>
<p> Message<br />
[textarea Message 20x] </p>
<p> Type the code<br />
[captchac Code size:s fg:#74401b] [captchar Code 4/]</p>
<p>[submit "Send"]</p>
BloggerSavvy
Member
Posted 3 years ago #
To get this (form above) to work, I had to edit the "Mail" section as follows:
From:
[Name] <[eMail]>
Subject:
Blog Contact Form
Message Body:
Website:
[Website]
Message:
[Message]
Notice how these match the filed names of the actual form code. Now it works.
wab11287
Member
Posted 3 years ago #
Thank you! Ive been trying to figure this out my self. Works perfectly.
thanks a lot ! it helped me a lot.