Forums

Errors in field validation + height buttons

vecchia 13 Jul, 2009
Hi all,
i have a big problem: look at this image: the first button is bigger than the other reset button... why?😲
[attachment=0]errore.png[/attachment]

and i have another problem:
[attachment=1]css-error.png[/attachment]
the css for the textarea is correct but for the fields not. This happends with ALL yootheme templates😑
Max_admin 13 Jul, 2009
Hi vecchia,

Can I see the form somewhere ?

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
vecchia 16 Jul, 2009
i have created a test site: look there

LINK
GreyHead 16 Jul, 2009
Hi vecchia,

Your template has a file reset.css that adds extra padding to the submit button only
button, input[type="button"], input[type="submit"] {
line-height:100%;
padding:2px 4px 2px 1px;
}


Bob
vecchia 16 Jul, 2009
ehi thanks, i have searched with firebug but i didn't find it😶 any solutions for the fields' validation problem?
GreyHead 16 Jul, 2009
Hi vecchia,

There's a JavaScript error in the menus somewhere "this.menu is null" - if you view the form without the template the validation is OK.

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