Validate with Notes After Submit
I would like to make a form that someone could fill out and show under each field (as a note) what is incorrect, only when they click submit. In other words, "Validate" the form using notes instead of an alert at the end of the form. Currently, when there is more than one error, only the first error is shown as an alert until it is corrected and re-submitted. I would like all the errors to be shown localized to the field all at once. I understand, "On User Update" code could be used here, but I want the form to be filled out completely first without error notification to improve readability and not alienate users by distracting their focus. Is any of this currently available, in the works, or possible?