Forums

Field Validation - "Move or Shift" cells down

ramirolf 07 Oct, 2010
Hi there, i'm having trouble when filling the Form for Validation purposes.
I did realize that when Validation is Successfully, the Cell or Field get Green Border and moves next text or field down. It happens with "Text Boxes" and "More Info Icons".
Here you have an image for better description.

Thanks in advance for your help!
Ramiro.
GreyHead 07 Oct, 2010
Hi ramirolf,

This is probably because the validation adds a message span: <span id='CF_LV_VALID'> </span> to the page. If you use CSS to hide this all should be OK.
#CF_LV_VALID {
  display:none;
}


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