Your using Client side validation, I would recommend using server side validation instead. Client side validation is very easy to get around by disabling Javascript in the browser.
server Validation is much more reliable.
Edit the server Validation that is on the page and add a required condition for each of the form elements.