Zodiac1978 / html5-fallback-wpcf7

If you use the date or number input fields and wish to use a jQuery UI-based fallback feature.
GNU General Public License v2.0
3 stars 2 forks source link

Does this support the latest CF7? #4

Open hubdotcom opened 9 years ago

hubdotcom commented 9 years ago

add_filter( 'wpcf7_support_html5_fallback', '__return_true' );in functions.php loads the additional fallback files but enabling the plugin doesn't

Zodiac1978 commented 9 years ago

Is use exactly the same line in the plugin: https://github.com/Zodiac1978/html5-fallback-wpcf7/blob/master/html5-fallback-wpcf7.php#L39

I will test that later and report back.