Hi
I am trying to restrict selection of past date in datepicker.
I had added
TypeError: t is undefined
[Break On This Error]
t = t.toString();
Can you specify what can be the issue for this.
I am trying to restrict selection of past date in datepicker.
I had added
minDate: new Date()
in DateTime Picker config but it is giving javascript error in frontend.TypeError: t is undefined
[Break On This Error]
t = t.toString();
Can you specify what can be the issue for this.
Hi plus91anand,
Please make sure that you are using the MooTools datepicker.
Please post a link to the form so I can take a quick look.
Bob
Please make sure that you are using the MooTools datepicker.
Please post a link to the form so I can take a quick look.
Bob
Hi,
I am already using the Mootools datapicker,and still having the same issue.
this is the url
http://server.hosttrue.in/~rfwdadm/index.php?option=com_chronoforms&chronoform=test
I am already using the Mootools datapicker,and still having the same issue.
this is the url
http://server.hosttrue.in/~rfwdadm/index.php?option=com_chronoforms&chronoform=test
Hi plus91anand,
I've checked that it works OK with minDate: new Date() in the DateTime Picker config box.
On your site you have jQuery running and this, or some other script, may be conflicting with the MooTools library that Joomla! and ChronoForms use.
Bob
I've checked that it works OK with minDate: new Date() in the DateTime Picker config box.
On your site you have jQuery running and this, or some other script, may be conflicting with the MooTools library that Joomla! and ChronoForms use.
Bob
Yes it works on all my other sites. Might be some js conflict on this one.
Thanks for your support.
Thanks for your support.
This topic is locked and no more replies can be posted.