Hi all! Part of my app is a long, multi-page form that is made up of text inputs, dropdowns, multi-dropdowns as well as RGs + custom states.
Before submitting the form, I need to perform validation on the form and provide the user with feedback.
I’m not sure how to approach this (in an efficient manner) with the RG + custom state inputs.
I want to prevent the form from being submitted plus show the user in some way (probably a list but also could be inline) what fields have not been filled (ie. the required fields).
Does anyone have any experience with this or ideas on an effective manner to implement this?