Page 1 of 1
While sending mail from contact form 7 in my inbox name and
Posted: Thu Jul 23, 2015 2:23 am
by anjshr7
While sending mail from contact form 7 in my inbox name and email id are not displaying Instead of name it is showing [your-name] and [your-email] as written in mail setting in cotact form 7 while message is displaying.....
Re: While sending mail from contact form 7 in my inbox name
Posted: Thu Jul 23, 2015 2:36 am
by requinix
I bet the problem has something to do with your code.
Re: While sending mail from contact form 7 in my inbox name
Posted: Thu Jul 23, 2015 2:47 am
by anjshr7
This is my code in contact form 7 in form -
<div class="text">
<div class="text-fild">
<span>Name :</span>
[text* name class:text placeholder "Name"]
</div>
<div class="text-fild">
<span>Email :</span>
[email* email-967 class:email placeholder "Your Email here"]
</div>
<div class="clearfix"> </div>
</div>
<div class="msg-fild">
<span>Mobile No. :</span>
[tel MobileNo class:tel placeholder "Your Mobile No. here"]
</div>
<div class="message-fild">
<span>Message :</span><br />
[textarea your-message ]
</div>
<label class="btn1 btn-8 btn-8c">[submit "Send"]</label>
Re: While sending mail from contact form 7 in my inbox name
Posted: Thu Jul 23, 2015 5:23 am
by requinix
I assume you're using some sort of templating system, then? Are you also using it to construct the email message body?