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
We allow for forms to be submitted with blank fields. This can cause issues with formatting the address.
Add validation that all or none of the form fields are required. We'll also need to add a blank field for the state dropdown or exclude it from the validation and form when validation shows all empty fields.
As a user filling out the form, I can submit the form with all address fields completed or none of them completed.
The text was updated successfully, but these errors were encountered:
We allow for forms to be submitted with blank fields. This can cause issues with formatting the address.
Add validation that all or none of the form fields are required. We'll also need to add a blank field for the state dropdown or exclude it from the validation and form when validation shows all empty fields.
As a user filling out the form, I can submit the form with all address fields completed or none of them completed.
The text was updated successfully, but these errors were encountered: