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
Hi,
The validation rules box will take this format:
"dob" is not a valid rule name, you can use "required" to make the field required.
Best regards,
Max
The validation rules box will take this format:
rule:error message
"dob" is not a valid rule name, you can use "required" to make the field required.
Best regards,
Max
This topic is locked and no more replies can be posted.