Further to my post above:
I have the PayPal Add On plugin installed and am trying to implement the date picker(HTML5) fall back.
add_filter( ‘wpcf7_support_html5_fallback’, ‘__return_true’ );
However when this plugin is active it does not work. I.E. no calendar pops up. If I deactivate it it does work and the calendar pops up.
I’ve tried it with several themes and the same is true.
I open this on the plugin itself but told to “Continue discussion here”.
Any help appreciated.