While sending mail from contact form 7 in my inbox name and
Moderator: General Moderators
While sending mail from contact form 7 in my inbox name and
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
I bet the problem has something to do with your code.
Re: While sending mail from contact form 7 in my inbox name
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>
<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
I assume you're using some sort of templating system, then? Are you also using it to construct the email message body?