• Resolved timoti

    (@timoti)


    hi – i have a (restricted access) dev site with some forms failing validation while others work. They report an email validation error to users for any well-formed email. Other contact forms created earlier work fine.

    the form template is as follows

    <p class="pkg-signup-intro">You are signing up for xxxxxxxxxxx's 10 week, Connected Package remote-delivered, course at $60 per lesson.</p>
    
    <label> Your Name (required)
        [text* your-name] </label>
    
    <label> Your Email (required)
        [email* your-email] </label>
    
    <label> Phone (required)
        [email* your-phone] </label>
    
    <label> Anything we should know? (optional)
        [textarea your-message] </label>
    [recaptcha]
    [submit "Let's Do This"]

    I’m assuming the validation error is the user’s, not the form’s destination address here. But i have also run Validate Contact Form 7 Configuration – and everything passes on all forms.

    I’m totally stumped here!

    Thanks

    • This topic was modified 5 years, 6 months ago by timoti.
Viewing 1 replies (of 1 total)
  • Thread Starter timoti

    (@timoti)

    uh – think i’ve just seen the issue – [email* your-phone]
    should have been a tel tag

    as you were then…

    TIM

Viewing 1 replies (of 1 total)

The topic ‘Constant Email Validation Failures’ is closed to new replies.