Think this is a bug, when I leave the field Naam (Name) I get this sign pointing to the next field Adres (Address)!
Though I just left the Name field...

Can that be pointed to the right field?
Though I just left the Name field...

Can that be pointed to the right field?
Hi @yourservice,
Do the inputs both have the same name by any chance?
Please post a link to the form so I can take a quick look.
Bob
Do the inputs both have the same name by any chance?
Please post a link to the form so I can take a quick look.
Bob
They have different names.
You can find the form here: http://ritafeld.nl/index.php/offerteaanvraag
It's about 3 required fields: name, address & email!
You can find the form here: http://ritafeld.nl/index.php/offerteaanvraag
It's about 3 required fields: name, address & email!
Hi @yourservice,
I'm not quite sure how to solve it but the cause appears to be the 50px top-margin on the header at the top of the page. This is moving the error balloons 50 px too far down.
If you remove this and add padding-top: 50px; to the body element that looks the same and the error balloons seem to be in the correct place.
Bob
I'm not quite sure how to solve it but the cause appears to be the 50px top-margin on the header at the top of the page. This is moving the error balloons 50 px too far down.
#header {
background: none repeat scroll 0 0 #FFFFFF;
font-size: 1em;
margin-top: 50px;
position: relative;
}
If you remove this and add padding-top: 50px; to the body element that looks the same and the error balloons seem to be in the correct place.
Bob
Solved, thnx again!
This topic is locked and no more replies can be posted.