Contact form 7 date picker fix

Contact Form 7 Date Picker problem

Add the below code to the theme function.php file:

add_filter( ‘wpcf7_support_html5_fallback’, ‘__return_true’ );

Leave a Reply

Your email address will not be published.