Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email fields should only accept valid email addresses #829

Open
mfb opened this issue Apr 28, 2020 · 1 comment
Open

Email fields should only accept valid email addresses #829

mfb opened this issue Apr 28, 2020 · 1 comment

Comments

@mfb
Copy link
Collaborator

mfb commented Apr 28, 2020

Email fields should only accept valid email addresses. This validation could happen in the browser, and should also be enforced by server-side code. Currently it appears there is no client or server-side validation, when using the congress email tool form. The petition form does appear to have email validation. I didn't yet test other forms.

@mfb
Copy link
Collaborator Author

mfb commented Jun 2, 2020

Note: The email field correctly uses "email" input type, but because it's not a normal form submit, validation will need to manually be added to the form.

mfb added a commit to mfb/action-center-platform that referenced this issue Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant