Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ouegy

    (@ouegy)

    Removing the novalidate attribute in Firbug solves this. How can I remove this attribute permanently?

    Thread Starter ouegy

    (@ouegy)

    Added this to functions.php

    add_filter( ‘wpcf7_support_html5’, ‘__return_false’ );

    seems to do the trick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Required Fields not working’ is closed to new replies.