I have a pop-up modal that is displayed as soon as anyone visits a page (on page load). The modal is an agreement they must accept to continue. The problem is, when they click accept, it triggers all the client side validation, displaying all the error messages. I obviously don't want this to happen as the user hasn't even gotten a chance to view the page yet much less fill out the form. How can I stop the validation from being triggered? I have already set the modal ok/agree button's UseSubmitBehavior=false to no avail.
Thanks!