Forums

DateTimePicker in firefox?

tzavaleta 21 Feb, 2009
I used the wizard to create a form. For one of the fields i used the datetimepicker. When I test the form with firefox I can not type anything in the field. However, when I use IE7 I get the date icon and the picker opens up when i go into the field.

Is this a known issue?

Thanks,
thomas
GreyHead 21 Feb, 2009
Hi Thomas,

Not an issue that I know about so far. Is the form on-line so we can take a look? Sounds like it may be a JavaScript conflict.

Bob
Max_admin 21 Feb, 2009
Hi Thomas,

Which Chronoforms version do you have ? can I look at the page ?

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
tzavaleta 22 Feb, 2009
I just downloaded the latest version yesterday. The zip says v3.1 rc2. Should I have used 3.0?

I will send you the URL privately.
GreyHead 22 Feb, 2009
Hi Thomas,

A bit of a guess here - I can't obviously see why the calendar isn't showing up in FireFox (usually IE is the browser that breaks things).

Bu, please try this - change the id of the field to match the name - so replace id="date_31" in
<input class=cf_datetime" maxlength="-1" size="20" id="date_31" name="ShipmentReadyDate" type="text" >
with id="ShipmentReadyDate"

Bob
BradC 22 Feb, 2009
I was have the same issue, your suggestion Bob to change the ID value worked.
tzavaleta 22 Feb, 2009
Thank you, this did indeed fix my problem!

The lesson here (for me) was that if you add a date field using the wizard you have to go back and modify the html so the name matches the id.


On a side note, I'm not sure I am going to be able to use the date picker because of the format of dd/mm/yyyy. This will be confusing for my clients and the only threads I saw on how to fix this required fixing the code. I am weary to do this and risk breaking compatibility on an upgrade.
GreyHead 22 Feb, 2009
Hi tzavaleta,

Doesn't everyone now use dd/mm/yyyy?

There's a Date Format option in the General Tab of the Form Manager that I think will change this for you.

Bob
tzavaleta 22 Feb, 2009
I think everyone does in the US ๐Ÿ™‚

Sorry I missed that it works great! Thank you so much for you support.
Max_admin 22 Feb, 2009
Hi,

@Bob, nice catch for the id,name issue๐Ÿ™‚

@Thomas, Brad, I will fix this, Glad you found the solution for now!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.