I read a few articles that did not really answer the question of a form submitting without validating. Can some one point me in a better direction. My form has fields that if it is empty then fire the validation rule required. If I hit submit without entering any information on the form it redirects to my Thank You page. Shouldn't this be validating fields first?
I tried validation of using runtime, isNullOrEmpty(Point_of_Contact),as well as, isNullOrEmpty({Self}), neither work. The Point_of_Contact and Self is from Named Controls.
I thought it was custom CSS for the submit and cancel that changes the background color to green for submit and red for cancel. I since removed it and made no effective change, still submitting without firing the validation rules first.
I removed the redirect to thank you page on submit and it still submitted form without firing the validation rules.
I removed and add a new submit button with same effects.
Lost and Baffled,
Pete