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 new support form does not display any success / error messages to the user. The only error messages that are displayed come from Formik form validation (using Yup)
The new support form is currently implemented in #61
In this issue:
Evaluate how error messages (not validation) are displayed in the support form
Display a notification when an error occurs in the backend (e.g. e-mail not sent) or when the form was sent (in case of success).
The new support form does not display any success / error messages to the user. The only error messages that are displayed come from
Formik
form validation (usingYup
)The new support form is currently implemented in #61
In this issue:
See the current form
The text was updated successfully, but these errors were encountered: