hi allI made a contact form with the following fields:
email v75
age int 11I filled out the form on age with characters.how to do so when filling out the form:
- email page must have e-mail format validation
- age must contain a number
thank you
hi allI made a contact form with the following fields:
email v75
age int 11I filled out the form on age with characters.how to do so when filling out the form:
thank you
For email, just select Email from Fields setup → Edit Tag pane → Validation → Validate.For age, just select Integer from the same location above.
I have set:
Fields setup → Edit Tag pane → Validation → Validate
email set email
age set integerbut when filling out the form before saving, age can be filled with letters.
How do you do that when filling out the form only numbers?one more thing is it better for cellphones to use integers or characters?
thank you
Have you tried when you save the record? It should be a javascript error message to be displayed that tells invalid integer.