I’d like to know how can I add .error class to input elements (to registration app) when the form validation fails.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This can be done completely through your template.
You build the form template for each form field that you want to test you can use the following example construct
This lets you provide the interface you want without modifying the view & django form code.