Hi,
It should be a datepicker standard.
Add the following line to theme function PHP:
add_filter( ‘wpcf7_support_html5_fallback’, ‘__return_true’ );
it should show the date picker in your browser now.
Hi,
It should be a datepicker standard.
Add the following line to theme function PHP:
add_filter( ‘wpcf7_support_html5_fallback’, ‘__return_true’ );
it should show the date picker in your browser now.