Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Contact Form 7" date field not working properly

I have installed a "Contact Form 7" plugin on following WP blog https://vsupholstery.com/ and I have added date field inside that form (form is located below slider). The problem was that the date field was not functional inside Firefox, IE and Safari, so I installed the additional plugin from this page http://wordpress.org/plugins/contact-form-7-datepicker/ . Now the date field is working OK and it shows the calendar when you click inside date field, but the calendar style does not work.

Any idea how to fix this problem since I tried many things and nothing works.

Thanks.

like image 802
Boris Zegarac Avatar asked Mar 29 '14 12:03

Boris Zegarac


People also ask

How do I change the date format in Contact Form 7?

Specifying a date with relative date formats# As well as YYYY-MM-DD format, you can use relative date formats to specify a date used in a date or date* form-tag. Contact Form 7 5.3 and later allows you to use all date formats that the DateTimeImmutable class supports.

Why is my contact 7 form not working?

If your Gmail account is not receiving emails from Contact Form 7, this is likely because the emails don't have any authentication. This is usually the case when WordPress is not sending email reliably. And if you do receive emails to Gmail, they might see a warning on them, like “be careful with this message“.


1 Answers

Please add below code in your theme's functions.php

add_filter( 'wpcf7_support_html5_fallback', '__return_true' );
like image 80
Atif Tariq Avatar answered Oct 10 '22 06:10

Atif Tariq