You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: