• Resolved KidCopypaste

    (@kidcopypaste)


    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@gmail.com>
    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 :
    http://gammabrossfrance.com/?page_id=54

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not receieving field inputs in recieved Email’ is closed to new replies.