contact-form-7-datepicker icon indicating copy to clipboard operation
contact-form-7-datepicker copied to clipboard

Datepicker for Contact Form 7 Wordpress Plugin based on JQueryUI's datepicker (NO LONGER MAINTAINED)

Results 101 contact-form-7-datepicker issues
Sort by recently updated
recently updated
newest added

Hi, Can i make dynamically change maxdate jquery datepicker !! Like that: https://jsfiddle.net/cse_tushar/AcbUf/ Thanks.

If you're using PHP7.x you may get an error of create_function deprecated Somewhere around line 196 of datetimepicker.php `create_function('$var', 'return ! empty($var);')` is the problem. Change that line to `function($var)...

Accessibility issue related to JAWS: We noticed the following issues on the date picker widget: - When we tab through the dates of the datepicker calendar Jaws is not read...

Hi there! Can we add (jquery-ui-timepicker-ar.js) please? There are a lot of RTL Arabic websites use this plugin and showing errors when searching for: `wp-content/plugins/contact-form-7-datepicker/js/jquery-ui-timepicker/i18n/jquery-ui-timepicker-ar.js` I would like to sharing...

Hi, As heading said, as of Contact Form 7 ver. 4.6 WPCF7_Shortcode and of course wpcf7_add_shortcode are deprecated. I was able to fix this issue by updating modules/date.php file on...

Hi @relu , I have checked the time picker slider not working smooth on mobile. How can I replace that or make it smooth. ![fixed price maxi taxi](https://user-images.githubusercontent.com/42370594/45684646-9b370c80-bb64-11e8-8e68-3e8b8527b771.png) Thanks

I have a registration form for theater-evenings. The dates are on certain days in the month of november. So I want my datepicker as follows: - show only the month...

if you have the datepicker open and then hit escape it closes the form but leaves datepicker on screen

Hi, I have installed the plugin and insert the "date" tag in the contact form but I still see the shortcode. I use the default wordpress theme "Twenty Sixteen" so...

Hi All, My code is [date* datepicker min:today+5days id:datepicker] However i try to insert my javascript in the page directly or on the form and it does not work. `$("#datepicker").datepicker({...