With validation turned on and even with input styling disabled the text box disappears when you enter correct text.
form with validation
http://yakanglernation.com/index.php?option=com_chronocontact&Itemid=476
form without validation "useraccount needed" username: testuser password: testuser
http://yakanglernation.com/index.php?option=com_chronocontact&Itemid=472
I've read the forums but have been unable to figure out why this is happening. I need to have the fields that are set to required to act that way. It's not too bad if I can't validate if it's a number or letter just need to have the boxes set to required and force users to fill the boxes out.
form with validation
http://yakanglernation.com/index.php?option=com_chronocontact&Itemid=476
form without validation "useraccount needed" username: testuser password: testuser
http://yakanglernation.com/index.php?option=com_chronocontact&Itemid=472
I've read the forums but have been unable to figure out why this is happening. I need to have the fields that are set to required to act that way. It's not too bad if I can't validate if it's a number or letter just need to have the boxes set to required and force users to fill the boxes out.
Hi yaksushi,
There's an odd entry in consolidated_common.css that isn't in my version
You may also need to turn off input formatting in the template configuration to get your checkboxes to work.
Bob
There's an odd entry in consolidated_common.css that isn't in my version
.LV_valid_field, span.LV_valid {display:none;}
You may also need to turn off input formatting in the template configuration to get your checkboxes to work.
Bob
This topic is locked and no more replies can be posted.