Problem with required fields and pick date number

jsalvador4 20 May, 2013
Hello,

Today I've been trying ChronoForms for Joomla 3.0 but haven't managed to solve the following two problems:

1. I want to define some required fields, so I set up a validation action on submit. I tried to make some of the fields required, and it perfeclty worked when using the Test Form button. However when I try it with the frontend button the form does not ask for any required field. What could be going wrong?

2. I set up a Datetime picker, however the day numbers are too big and appear cut. How can I make them display small?

Thank you in advance.
GreyHead 20 May, 2013
Hi jsalvador4 ,

1) Sounds like a JavaScript conflict with something else on the page.

2) Sounds like a CSS confict with something else on the page.

Please post a link to the form so I can take a quick look.

Bob
GreyHead 21 May, 2013
Hi jsalvador4,

I don't see any JavaScript errors but as the validation works when you view the form without the tempale it has to be a conflict with some6thign else on the page. My first suspect is the copy of the old version of MooTools 1.2.5 that youa re loading as well as the v1.4 that Joomal is loading. Try getting rid of that and see if it solves the problem.

The CSS, at part in least, is from this code which is being loaded into the page header around line 171 of the page source
td
{
vertical-align:middle;
font-size:medium;
line-height: 1.7;
}

Bob
jsalvador4 21 May, 2013
Thank you. I managed to solve the problem with the calandar display following your indications. Now I will try with the other one.
This topic is locked and no more replies can be posted.