• Contact Form 7 required compulsory mandatory fields don’t work now.

    https://contactform7.com/text-fields/

    My forms suddenly ignore text* and will submit with empty fields now. WHat is the way to check why?

    I didn’t change the forms.

    IF EVERY FIELD is empty it throws error. If some aren’t, then the rest can be submit empty.

    email*, tel*, textarea* all of them.
    minlength is also ignored completely

    • This topic was modified 2 years, 3 months ago by mayy3321.
    • This topic was modified 2 years, 3 months ago by mayy3321.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter mayy3321

    (@mayy3321)

    It’s sth to do with custom validation
    all the validation is done wrong now, if ALL validation fails, the form doesn’t send
    If some validation fails, then sometimes CF7 sends anyway.

    If I have fname*, lname* email*, tel*, textarea* I only ahve to put few letters in fname, it’s not even enough for

    
    <div class="one-half first">[text* fname placeholder "First Name*"]</div>
    <div class="one-half">[text* lname placeholder "Last Name*"]</div>
    <div class="one-half first">[email* email placeholder "Email*"]</div>
    ...
    
    • This reply was modified 2 years, 2 months ago by mayy3321.
    Thread Starter mayy3321

    (@mayy3321)

    <div class="one-half">[tel* phn minlength:8 placeholder "Phone*"]</div>
    [textarea* message minlength:10 x4 placeholder "Message*"]

    all these minlength and it’s sending when empty

    • This reply was modified 2 years, 2 months ago by mayy3321.

    I have the same problem.
    I resolved this by doing a rollback of the plug-in back to the 5.5.6.1 version.
    I hope this issue is fixed in the next update.

    • This reply was modified 2 years, 1 month ago by sarahomega.
    Thread Starter mayy3321

    (@mayy3321)

    Still getting people sending empty fields. How do I go back to an old ver?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Contact Form 7 required field can be left empty, minlength ignored’ is closed to new replies.