My contact form does not send the phone number to my e-mail
when a customer fills out my contact form, the phone number does not send to my email. they input their number but my email doesn't get it.
I actually have the same issue, I do get the email, but I get it without the telephone number... I use wordpress and I have tried several things, nothing works...
Edit: I solved it:
After you added the following tag in your form:
<label> Telephone number [tel-744] </label>
Go to the tab mail and add to your mail content the following:
Telephone numberr: [tel-744]
You can do this with every field you added to your form btw, works like a charm.
Hope I helped some people with this.
See the image here: (It's in Dutch, but you'll get to understand where to place it)
I actually have the same issue, I do get the email, but I get it without the telephone number... I use wordpress and I have tried several things, nothing works...
Edit: I solved it:
After you added the following tag in your form:
<label> Telephone number [tel-744] </label>
Go to the tab mail and add to your mail content the following:
Telephone numberr: [tel-744]
You can do this with every field you added to your form btw, works like a charm.
Hope I helped some people with this.
See the image here: (It's in Dutch, but you'll get to understand where to place it)
Thanks for sharing your solution. I'd also like to recommend our article on securing Contact Form 7 with data input validation and restrictions.