• Resolved mattchezza

    (@mattchezza)


    Hi great plugin but I can’t get it to validate the second email address. This is the code for the contact form:
    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Confirm Email (required)
    [checkmail checkmail-639]</p>

    <p>Subject
    [text your-subject] </p>

    <p>Your Message
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

    Any ideas?

    http://wordpress.org/plugins/checkmail-validation-for-contact-form-7/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    Try this :

    <p>Confirm Email (required)
    [checkmail checkmail-639 “your-email”]</p>

    Thread Starter mattchezza

    (@mattchezza)

    Thanks for the reply but still not working. Here’s a testing version of the live form:
    http://www.coronetbingo.co.uk/formtest/

    And here’s an amended version of the form code:

    <div id="formname">
    <label>* Required fields </label> 
    
    <label>Title* </label>[select* menu-345 "Mr" "Mrs" "Miss" "Ms" "Dr" "Sir"]
    
    <label>Forename* </label>[text* text-53]
    
    <label>Surname* </label>[text* text-367]
    
    <label>Sex* </label>[select* menu-704 "Male" "Female"]
    
    <label>Date of Birth* (DD/MM/YYYY)</label>[text* text-654 ]
    
    </div>
    
    <div id="formdetails">
    
    <label>Email Address* (We will send an email to confirm application)</label>[email* email-509]
    
    <label>Confirm Email*</label>[checkmail checkmail-668 "your-email"]
    
    <label>Home Address* </label>[textarea* textarea-604  x6]
    
    <label>Postcode* </label>[text* text-753]
    
    <label>Telephone </label>[text text-713]
    
    <label>Mobile </label>[text text-68]
    
    <label>  </label> [radio radio-502 "Please do not send me offers"]
    
    </div>
    
    <div id="formdetails">
    Please help us to avoid spam. Type this in the box below to allow your information to be sent. Thanks
    [captchac captcha-215]
    [captchar captcha-215]
    <label>[submit "Send"]</label>
    
    </div>

    [Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged/corrupted by the forum’s parser.]

    Hello,

    The name of your 1rst email field is now “email-509”
    so you have to put the same name in your confirm mail field.

    <label>Email Address* (We will send an email to confirm application)</label>[email* email-509]

    <label>Confirm Email*</label>[checkmail checkmail-668 “email-509“]

    Thread Starter mattchezza

    (@mattchezza)

    Genius. So simple! Thanks so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Second email not validating’ is closed to new replies.