Further more, if you enter a date, the today date is saved.
Try opening the debugger console (usually shortcut F12) and watch out for any warning or errors. I accidentally entered some ill-formed JS code in a post which broke the date picker.
Alternatively, it might be this issue:
https://ww.wp.xz.cn/support/topic/removing-inputlocation_name-from-formphp-breaks-datepicker
If that is your problem, as quick workaround, add to your form.php:
<label style="display:none" for="location_name"><label>
@notdifficult
Thanks for tip.
Since v1.08 everything is back OK
kindly check this
http://www.nripulse.com/submit-event/
date picker not working + whatever date I entered it takes today’s date
Kindly let me know.
and below is the error found in the console
Uncaught ReferenceError: emefs_deploy is not defined
Plugin Author
Franky
(@liedekef)
Your theme seems to not be calling wp_header() as it should … so no emefs javascript files are being loaded, which causes that error.
I explicitly included java script files emefs.js ,this error Uncaught ReferenceError: emefs_deploy is not defined is gone but still date picker not working , and in browser console i see ‘autocomplete is not a function’
I have included all the links below
<script type=’text/javascript’ src=’http://www.nripulse.com/wp-content/plugins/events-made-easy-frontend-submit/emefs.js?ver=3.9.1:50′ ></script><link href=’http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css’ rel=’Stylesheet’></link><script src=’http://code.jquery.com/ui/1.10.2/jquery-ui.js’ ></script><script src=’http://www.nripulse.com/wp-content/plugins/events-made-easy/js/jquery-datepick/jquery.datepick.js’ ></script>
@tanvic, do you call wp_head() in your theme’s php file as @franky suggested? Read more here: https://codex.ww.wp.xz.cn/Function_Reference/wp_head
Yes It Calls I have already checked that below is the link where i wam trying to make it work
http://www.nripulse.com/submit-event/