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
Right now, when we submit any forms, there is no visual indication that the forms are being processed by the backend. The forms also remain editable and resubmittable. This threw me off when I was testing.
Where
/create
/login (i think)
Suggestion for Fix
Have the form be hidden or have a Modal pop up on top of it when the submit button's onClick is called. (Eg in /program/[slug]/apply)
The text was updated successfully, but these errors were encountered:
Summary
Right now, when we submit any forms, there is no visual indication that the forms are being processed by the backend. The forms also remain editable and resubmittable. This threw me off when I was testing.
Where
Suggestion for Fix
Have the form be hidden or have a Modal pop up on top of it when the submit button's
onClick
is called. (Eg in /program/[slug]/apply)The text was updated successfully, but these errors were encountered: