Highlight fields in registration

14.08.2013 13:07
#1
jackstall
Joomshopping forum user no avatar
Name: Jack
14.08.2013
Posts: 2
Quote
Highlight fields in registration

Hi there, I am sorry to bother you with such a question but I have ran out of options so... My problem is when customer is going through registration process and by mistake he doesn't fill all required fields, the registration process doesn't allow him to continue but there's no warning about it and he has to search for where he forgot to fill up the required field.

So I would like - when this happens - to show those forgotten fields highlited in red color or something like that.... is it possible somehow?

Thanks alot for any kind of reply! :-)


Joomla: 2.5
JoomShopping: 3.14.3
Website Url: www.rexpres.cz
 
14.08.2013 14:25
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Highlight fields in registration

Problem CSS (conflict)

.inputbox, #userreminder .required {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DEDEDE;
}

and

.fielderror {
background-color: #FDC055;
}



ok - after delete background: none repeat scroll 0 0 #FFFFFF;

 
14.08.2013 14:35
#3
jackstall
Joomshopping forum user no avatar
Name: Jack
14.08.2013
Posts: 2
Quote
Aw: Highlight fields in registration

Excellent!!! It worked thank you very much :-)

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.