sunmicrosoft_manish Posted June 10, 2010 Posted June 10, 2010 Hi ... when i want to create account ,there is some field with * marks means that fields are required.but in my case validation is not working. for solving this what i have to do.please help me as soon as possible. Thanks Manish
Guest Posted June 11, 2010 Posted June 11, 2010 Manish, Look at a vanilla create_account.php file. You will notice at the top there is the validation code for each field that is validated. If you then look lower at the tables you will see the validated fields have a class of inputrequirement, make sure that all the fields you want validation on have that class and the validation code is at the top of the file. Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.