var __sff = null; function secureform_submit() { var f = document['contact']; if (! f && 'contact' == 'FORM_NAME') { alert("Please configure the 'secureform.php' JavaScript call with the name of the form that is to be submitted."); return false; } if (!f) { alert("Could not find the form named 'contact' on this page. Please configure the 'secureform.php' JavaScript call with the name of the form that is to be submitted."); return false; } if (! __sff) { __sff = f.action; if (! __sff.match(/15743-8432-5z5E$/)) { alert("The form action does not appear to be match that needed by the 'secureform.php' script. Please check your configuration; the action URL should end in '15743-8432-5z5E'."); return false; } } var t = new Date(); t = parseInt(t.getTime() / 1000); f.action = __sff + "/1:15743-8432-5z5E:1586146760:181b0f43db19f5d587382319951251ed:" + t + ":" + "1asdnap8743qmdfuh09187r1c23r1098r71c1b87158614676015743-8432-5z5E"; return true; };