Cannot Get MooDatePicker to work when using 4.0 RC3.5.2

ROXXSOLID 29 Jan, 2013
I'm running ChronoForms 4.0 RC3.5.2 on my Joomla 2.5 website. Icannot get the MooDatePicker to work properly on my website no matter what I do. Also, I can't figure out how to change the size or color of the fonts on the DEFAULT DatePicker, nor can I get the date to display the way I want: "2/28/2013" or "February 28, 2013"

I've read thru everything related to the DatePicker on this website, and STILL cannot find an answer. Can anyone help? Here's a link to the page in question...the field is labeled "Event Date & Time."

http://www.thebigshowkaraoke.com/alpha/quote

Your help would be appreciated. Thanks!
GreyHead 30 Jan, 2013
Hi ROXXSOLID,

Your template CSS is over-riding the datepicker CSS :-(

Please try adding this to a Load CSS action in your form:
.datepicker_dashboard .title {
  font-size: 10px;
}
.datepicker_dashboard .header .title {
  width: 100%;
  margin: 2px 0 0 0;
}

The second part will probably need adjusting.

I imagine that some similar CSS will let you change the font colours - I've never seen that question asked before.

Please see this post for notes on setting formats.

Bob
ROXXSOLID 31 Jan, 2013
Cool, thanks for the info - I'll try your suggestion.

So, any idea why the MooDatePicker isn't working?
ROXXSOLID 31 Jan, 2013
One more thing - WHERE exactly do I add the custom CSS for the form like you mentioned? Thanks for your help.🙂
ROXXSOLID 31 Jan, 2013
Nevermind, I found the CSS for the default DatePicker - and got it looking sharp!🙂 Would still like to know why the MooDatePicker won't work though...
GreyHead 09 Feb, 2013
Hi ROXXSOLID,

I don't know why the MooTools DatePicker doesn't work - quite possibly because JQuery is loading on the page.

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