I was wondering if all form inputs in p2 need to have server side validation. My form includes a checkbox that asks the user if they would also like to get an inspirational quote along with the hobbies recommended to them. Since this is optional should it still have validation? Or should I only include inputs that are required in order to fulfill the validation requirement?
Hi Susan,
I was wondering if all form inputs in p2 need to have server side validation. My form includes a checkbox that asks the user if they would also like to get an inspirational quote along with the hobbies recommended to them. Since this is optional should it still have validation? Or should I only include inputs that are required in order to fulfill the validation requirement?