#10: Validation
- Contents
- Proposed by
- adamu
- Proposal type
- Architecture
- State
- being-discussed
Motivation
"Also if you wanted to gather an email address and also a phone number is
there any way these could be validated as such instead of as just
plain text?" (question from user)
Proposal
Have an input type for text fields, perhaps string or text, number and email. Or maybe add two more input types, email address and number. Easy to have a JavaScript validator that won't let you submit unless you meet the criterior. Or could use a validator in python.