I think i fixed what you were trying to do.
Insert this within the script tags at the top
Code:
function validate_form(frm) { if (_formHandler(frm)) document.form_1.submit(frm); }
Code:
<form name="form_1" method="post" action="formprocessorpro.php"
Leave a comment: