I have a form that I submit via AJAX. It uses standard MVC checking. When the user first loads the page, this form is hidden. It appears only after users click on the button on the page.
I want to know if there is a way to find out - in the view - if there were errors in the check. So, the next time the form is displayed, the form is displayed and is not hidden.
source
share