Title: Datepicker doesn&#039;t work
Last modified: August 21, 2016

---

# Datepicker doesn't work

 *  Resolved [Igor Belykh](https://wordpress.org/support/users/igorbelykh86/)
 * (@igorbelykh86)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/)
 * Hello,
    I’ve just installed this plugin and I need datepicker in a form. I’ve
   added the field and selected type “Date Picker”. I’ve updated the form and inserted
   it to page but when I click on the input an error appears into browser console:`
   Uncaught TypeError: Cannot read property 'settings' of undefined jquery.ui.datepicker.
   min.js?ver=1.10.3:4` Please help me to fix it.
 * Thanks
 * [https://wordpress.org/plugins/caldera-forms/](https://wordpress.org/plugins/caldera-forms/)

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/datepicker-doesnt-work/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/datepicker-doesnt-work/page/2/?output_format=md)

 *  Plugin Contributor [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5161877)
 * I’ll get on it in the morning for you.
 *  Thread Starter [Igor Belykh](https://wordpress.org/support/users/igorbelykh86/)
 * (@igorbelykh86)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5161880)
 * I’ve solved this problem.
    in fields/date_picker/js/bootstrap-datepicker.js I
   just commented
 *     ```
       $(document).on(
       		'focus.datepicker.data-api click.datepicker.data-api',
       		'[data-provide="datepicker"]',
       		function(e){
       			var $this = $(this);
       			if ($this.data('datepicker'))
       				return;
       			e.preventDefault();
       			// component click requires us to explicitly show it
       			$this.datepicker('show');
       		}
       	);
       ```
   
 * and added
 *     ```
       $(function(){
       	    $('[data-provide="datepicker"]').datepicker({ dateFormat: 'yy-mm-dd' });
       	});
       ```
   
 * I know It’s a tough decision 🙂 But I had no time. I’ll be very glad to get fixed
   version of the plugin.
 * Thank you
 *  Plugin Contributor [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5161923)
 * Oh I see the issue. It looks like your site is also loading jQueryUI datepicker
   which appears to clash.
 * I’ll adjust mine to not clash.
 *  Thread Starter [Igor Belykh](https://wordpress.org/support/users/igorbelykh86/)
 * (@igorbelykh86)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5161924)
 * Cool, I’m waiting new version 🙂
 * Thanks
 *  Plugin Contributor [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5161925)
 * The next update should be ready in a few days. Are you ok to wait?
 *  Thread Starter [Igor Belykh](https://wordpress.org/support/users/igorbelykh86/)
 * (@igorbelykh86)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5161927)
 * Yes, it’s ok. Don’t rush please. As I wrote I’ve made some changes and it’s working
   at the moment, but anyway I’ll wait updates because the datepicker doesn’t support
   all function which implemented in your plugin.
 *  Plugin Contributor [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5162055)
 * try update 1.1.2 and let me know
 *  Thread Starter [Igor Belykh](https://wordpress.org/support/users/igorbelykh86/)
 * (@igorbelykh86)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5162056)
 * I’ll be able to update it on monday only. I’ll tell you results after I update
   the plugin.
 *  [Hblamo](https://wordpress.org/support/users/hblamo/)
 * (@hblamo)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5162058)
 * 1.1.2 is giving me a fatal error.
 * Warning: require_once(/path/caldera-forms/classes/foolic_update_checker.php) [
   function.require-once]: failed to open stream: No such file or directory in /
   path/caldera-forms/caldera-core.php on line 26
 * Fatal error: require_once() [function.require]: Failed opening required ‘/path/
   caldera-forms/classes/foolic_update_checker.php’ (include_path=’.:/opt/php53/
   lib/php’) in /path/caldera-forms/caldera-core.php on line 26
 *  Plugin Contributor [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5162059)
 * Sorry – i had an SVN issue. please can you try re install the plugin. No data
   will be lost. it’s safe to delete the plugin and re install it.
 * I’m standing by to help out.
 *  [Hblamo](https://wordpress.org/support/users/hblamo/)
 * (@hblamo)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5162060)
 * I’ll try real quick.
    I’ve been backing up version 1.1.1 so I can fix it if something
   happens 🙂
 *  [Hblamo](https://wordpress.org/support/users/hblamo/)
 * (@hblamo)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5162061)
 * Perfect! 😀
    Its working fine now after reinstall! 😀
 *  Plugin Contributor [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5162062)
 * GREAT! thanks.
 *  [rocksolidhq](https://wordpress.org/support/users/rocksolidhq/)
 * (@rocksolidhq)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5162174)
 * The date field appears to be simply a text field. Is this the expected result
   or is there a pop-up calendar for date selection?
 *  Plugin Contributor [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/#post-5162175)
 * Yes there should be a popup calendar.
    Is the form online where I can see it?

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/datepicker-doesnt-work/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/datepicker-doesnt-work/page/2/?output_format=md)

The topic ‘Datepicker doesn't work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/caldera-forms_475846.svg)
 * [Caldera Forms - More Than Contact Forms](https://wordpress.org/plugins/caldera-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/caldera-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/caldera-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/caldera-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/caldera-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/caldera-forms/reviews/)

## Tags

 * [date picker](https://wordpress.org/support/topic-tag/date-picker/)
 * [datepicker](https://wordpress.org/support/topic-tag/datepicker/)

 * 24 replies
 * 5 participants
 * Last reply from: [amam4web](https://wordpress.org/support/users/alimosa/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/datepicker-doesnt-work/page/2/#post-5162233)
 * Status: resolved