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

    (@takayukister)

    Invalid fields have wpcf7-not-valid class and aria-invalid="true" attribute. So you can style them with

    input.wpcf7-not-valid { ... }

    or

    input[aria-invalid="true"] { ... }

    Thread Starter einzelkind

    (@einzelkind)

    Thank you so much !

    Have nice weekend.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘invalid input fields’ is closed to new replies.