Forums

Odd behavior after validating

maifra 27 Jun, 2011
Hello,
I have made a form to order some products. you can see this form under http://www.bachmayr.at and the link Bestellung. (attachment before) There are some fields in the form which where the user must write text in.
This is controlled by the Javascript Live Validation.
When the user doesn't fill out all required fields, the structure of the table is distroyd by the validation.
This strange behavior only appears in Firefox and Ophera not in IE
Can anybody help
GreyHead 28 Jun, 2011
Hi maifra,

I suspect that this is caused by the empty validation message spans that are inserted when the form is validated. Try adding this to the Form CSS and see if that helps
span.LV_valid {
  display:none;
}

Bob
maifra 30 Jun, 2011
your advice has solved the problem
thank you
This topic is locked and no more replies can be posted.