HTML5 Fallback in IE8 not working
-
Thank you for an amazing plugin – I use it on almost every website!
I have a site I’m designing at the moment for a printing company and they require a form with a date-picker and at first it was not working on IE8. I read through the documentation for the plug-in and used the HTML 5 Fallback option described on the plugin site as shown below:
add_filter( 'wpcf7_support_html5_fallback', '__return_true' );
The calendar now displays on IE but the links taking you from one month to the next month do not work.
I know IE8 is becoming less common in it’s use but it is my client’s browser so they want to be sure it works perfectly on their browser and that the calendar swaps months. Is there a way for me to do this?
Thank you in advance!
- The topic ‘HTML5 Fallback in IE8 not working’ is closed to new replies.