Not receieving field inputs in recieved Email
-
I have just set up a nice contact form which can be seen @ My Contact Form
I am running Contact Form 7.3.3.2 on WordPress 3.5
My Problem
When I receive an email I only get 3 of the 14 fields back. Those 3 fields are email, subject and message.Here is what my received Gmail message looks like.
From : [your-name] <[email protected]>
Subject : Email test
Message Body:
This is the message.Nothing else comes back from the form.
Below is the code I use in the contact form 7 admin page. (French site)
<`div id=”two-column”>
<div id = “logo-box”>
</div>
<div id = “text-box”>
<p>Remplir le formulaire ci-dessous avec autant d’informations que vous pouvez afin que nous puissions mieux vous aider.</p>
</div>
<div id=”left”>
<p>Vous êtes
[select* your-browser include_blank “Madame” “Monsieur”]</p>
<p>Prenom *
[text* firstname]</p>
<p>Nom *
[text* lastname] </p>
<p>Téléphone *
[text* telephone] </p>
<p>Fax
[text* fax] </p>
<p>E-mail
[email* your-email] </p>
</div><div id=”right”>
<p>
Choisir
[select* your-browser include_blank “Architecte” “Décorateur d’intérieur” “Propriétaired’un salon” “Autre”]</p>
<p>Entreprise
[text* entreprise] </p>
<p>Adresse
[text votre-adresse]</p>
<p>Ville *
[text* ville] </p>
<p>Code postal * [text* code postal] </p>
<p>Site web[text* site-web] </p>
</div>
<p>
[text your-subject class:bar "Votre sujet"]</p>
<p>Message *
[textarea your-message]</p>
Souhaitez-vous recevoir nos catalogues par la poste?
[checkbox* your-fruit exclusive “Oui” “Non merci”]
<p>[submit “Envoyer”]</p>
</div>Any help would be greatly appreciated!
contact page :
https://gammabrossfrance.com/?page_id=54
- The topic ‘Not receieving field inputs in recieved Email’ is closed to new replies.