Closed
Description
Currently, if the registration function returns an error that information is not displayed to the end-user.
Given:
I'm a user who submits an RSVP
When:
There's an error RSVP-ing me (i.e., saving the data to Airtable)
Then:
Render a message on the front end saying something went wrong and prompting me to submit the form again
There currently isn't a loading state upon submitting so that may be something that can be tackled while adding better error messaging.
Note: This work should fork off of the beta
branch.