diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 647d381e..97d2fe3d 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -158,6 +158,7 @@ // Hook into the form submission function processForm(e) { + console.log("SUBMIT") if (e.preventDefault) e.preventDefault(); if (document.getElementById("id_normal").checked){