While sending mail from contact form 7 in my inbox name and

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anjshr7
Forum Newbie
Posts: 19
Joined: Fri Jul 17, 2015 1:28 pm

While sending mail from contact form 7 in my inbox name and

Post 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.....
Attachments
demo.jpg
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: While sending mail from contact form 7 in my inbox name

Post by requinix »

I bet the problem has something to do with your code.
anjshr7
Forum Newbie
Posts: 19
Joined: Fri Jul 17, 2015 1:28 pm

Re: While sending mail from contact form 7 in my inbox name

Post 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>
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: While sending mail from contact form 7 in my inbox name

Post by requinix »

I assume you're using some sort of templating system, then? Are you also using it to construct the email message body?
Post Reply