Hi jboterop,
Can you please write the WordPress version you’re using, the Job Manager plugin version you’re using, and a link to your site or relevant example?
To limit html5 date picker inputs there would be a min=”” setting like this <input type="date" min="2013-10-01" max="2013-10-20"> is that there?
Thanks for answering
I have problems with the field: “Fecha de Nacimiento”
The website is: http://gestionactivayeficaz.com/empleos/apply/836/
I need to appear by default dates back, for example 1950, only paarece since 2007. I do not know what to do.
Thanks
Hi jboterop,
You will need to edit the plugin core file “jquery-ui-datepicker.js”
Find this code changeYear:false,showMonthAfterYear:false,yearRange:"-10:+10"
And edit the range accordingly. **Keep in mind that editing the core files can cause unforeseen issues or bugs. Also all edits will be overwritten the next time the plugin is updated.**
Hello, ritgo
thanks for answering
Already locate the file and changed the range of years but it does not work what can it be?