I have a form with required fields and I am getting submissions where the required fields are not always filled. I have seen some posts where the browser disabling javascript and/or old browsers can cause this, but I have not seen a concrete answer to resolve this problem. From a quick google search, it looks like a <noscript> tag should work for me, but I am not sure where to place this. Also as a side note - I have a stored procedure being run when 'Submit' is clicked and there are some instances where this SP is not running.
Any help is much appreciated!
-Nate