Form validation for person registration?
Open
discuss
MVP
priority-3
UI
- Dominant language
- Dart
- Stars
- 152
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
At the moment we don't have _any_ validation client-side.
What are the thoughts?
The only real validation we _need_ is on email address. and we _could_ use `` which will do RFC (email format validation) in the browser before allowing submission:
- http://html5doctor.com/html5-forms-input-types/#input-email
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input
Contributor guide
Assessment
This issue has not been assessed yet.