Forums

Problem DatePicker Mootools

xisco30 02 Jan, 2014
I have solved the problem, this solutions was solved in other post here, but... what can i do for change in js the date format? i writte in js format: 'd m Y' and not working
xisco30 02 Jan, 2014
Thanx Bob, i have solved this, but only i have last problem and i have seen all faq in this forum. its about js validation not working when i activate mootools datepicker. All work fine less this.

The url is http://virgend1-cp76.webjoomla.es/hazte-hermano
Not work js validation with datepicker mootools activate
GreyHead 03 Jan, 2014
Hi xisco30,

You have this JavaScript in your form
window.addEvent('domready', function() {
  $('start_date').setProperty('autocomplete', 'off');
});
but there is no input with the id 'start_date' so it is causing a JavaScript error.

Bob
This topic is locked and no more replies can be posted.