relu / contact-form-7-datepicker

Datepicker for Contact Form 7 Wordpress Plugin based on JQueryUI's datepicker (NO LONGER MAINTAINED)
http://wordpress.org/plugins/contact-form-7-datepicker/
29 stars 34 forks source link

=== Plugin Name === Contributors: shockware, baden03, szepe.viktor, xsonic, sanidm, imelgrat Tags: wordpress, datepicker, timepicker, date, time, calendar, contact form 7, forms, jqueryui Requires at least: 3.6.1 Tested up to: 4.7.1 Stable tag: 2.6.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Easily add a date field using jQuery UI's datepicker to your CF7 forms. This plugin depends on Contact Form 7.

== Description ==

Enables adding a date field for Contact Form 7 Wordpress Plugin using jQuery UI's datepicker.

== Installation ==

Please follow the standard installation procedure for WordPress plugins.

== Frequently Asked Questions ==

= Where do I submit a bug? =

You can open an issue on github or just contact me via email.

== Screenshots ==

  1. The datepicker in action
  2. Change themes
  3. Date field generator

== Changelog ==

= 2.6.0 =

= 2.5.2 =

= 2.5.1 =

= 2.5 =

= 2.4.5 =

= 2.4.4 =

= 2.4.3 =

= 2.4.2 =

= 2.4.1 =

= 2.4 =

= 2.3.2 =

= 2.3.1 =

= 2.3 =

= 2.2.1 =

= 2.2 =

= 2.1 =

= 2.0 =

= 0.7.4 =

= 0.7.3 =

= 0.7.2 =

= 0.7.1 =

= 0.7 =

= 0.6 =

then in your theme's functions.php file you have two options:

if (is_page('Form page')) { if (function_exists('CF7DatePicker')) add_action('wp_enqueue_scripts', array('CF7DatePicker', 'plugin_enqueues')); }

or

function cf7dp_enqueues() { if (is_page('Form page')) { if (function_exists('CF7DatePicker')) CF7DatePicker::plugin_enqueues(); } } add_action('init', 'cf7dp_enqueues');

= 0.5 =

= 0.4 =

= 0.3.1 =

= 0.3 =

= 0.2.1 =

= 0.2 =

= 0.1 = First release

== Upgrade Notice ==

= 2.4 = Added time support via datetimepicker You can now use the [date], [time] and [datetime] shortcodes into your contact forms.

= 2.0 =

The plugin has been completely rewritten and the older version is no longer supported. This version uses jQueryUI's datepicker. You will have to regenerate all of your date fields.

= 0.7.1 =

If you installed 0.7, do upgrade quick! This will fix all issues!