Hi, i have a form with checkbox, textfield, and radio button.
But i duno how to do validation on that form, for example, i would like to make sure user have fill in certain checkbox, textfield and radio button before submit form. if not, a error message will prompt up.
I have a list a checkbox, let's say i wanna ask which model of car that user want, that user must fill in at least one checkbox, but how to make sure user have fill in at least 1 checkbox already before he/she can submit the form?
thank you for your help.