• Hey,

    the select element triggers the form-validation as soon as it gets selected. So all empty inputs get the “wpcf7-not-valid-tip”. In Firefox it shows this event:

    e => {
      e.target.closest(".wpcf7-form-control") && wpcf7.validate(t, {
        target: e.target
      })
    }

    Tried with WP 6.1.1, CF 5.7.1 only and 2023-Theme.

Viewing 1 replies (of 1 total)
  • The same happens to me, when close dropdown/select if fires the form validation.

    Contact form 7, V 5.7.2?

Viewing 1 replies (of 1 total)
  • The topic ‘Select triggers form-validation’ is closed to new replies.