I have text field with the following setting:
Label: Date of Birth
Name: dob
ID: dob
Placeholder: mm/dd/yyyy
Mask: mm/dd/yyyy
Validation rules:
When I enter date of birth in the form, and click on submit, I still get the validation message "Please enter your date of birth and the form does not submit.
I'm not sure what I'm doing wrong.
Thanks
Label: Date of Birth
Name: dob
ID: dob
Placeholder: mm/dd/yyyy
Mask: mm/dd/yyyy
Validation rules:
dob: Please enter your date of birth
.
When I enter date of birth in the form, and click on submit, I still get the validation message "Please enter your date of birth and the form does not submit.
I'm not sure what I'm doing wrong.
Thanks