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
The server has error checking to ensure bad values aren't submitted:
All email addresses are valid
The user can only apply to roles that exist (they cannot submit arbitrary strings)
A person cannot submit the same application twice within the same term
When the user submits the application form, they are redirected to a page thanking them for their application:
Example text from the current site's flow: "Thanks {inputs.names.middle_name} for your application. We will get in touch with you shortly. To submit another form please go back to the volunteer page."
The text was updated successfully, but these errors were encountered:
When the volunteer application form is submitted, we'll need to be able to validate the form and let the user know their application was successful.
Mostly blocked by #159, which handles the form frontend.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: