I’ll get on it in the morning for you.
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
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.
Cool, I’m waiting new version π
Thanks
The next update should be ready in a few days. Are you ok to wait?
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.
try update 1.1.2 and let me know
I’ll be able to update it on monday only. I’ll tell you results after I update the plugin.
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
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.
I’ll try real quick.
I’ve been backing up version 1.1.1 so I can fix it if something happens π
Perfect! π
Its working fine now after reinstall! π
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?
Yes there should be a popup calendar.
Is the form online where I can see it?