DemocracyLab / DemocracyLab/CivicTechExchange
Email field validation and auto-fill in Login/Signup forms
- Dominant language
- JavaScript
- Stars
- 105
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Before the design team tests the new layout updates for the signup and login website, there are verification issues with these two forms that can be dealt with:
For the login form:
- The “Email” field lacks a proper verification policy. If users input '3' as their email address, an error message appears, but if they enter '3@1', the error message does not appear. Additionally, when users provide an incorrect email, the page refreshes without autofilling data.
For the signup form:
- The “Email” field also lacks a verification policy immediately. If users provide an incorrect email, the page refreshes without autofilling data.
Contributor guide
Assessment
This issue has not been assessed yet.