Hey y'all.... I am having trouble with bot submiss...
# suitescript
k
Hey y'all.... I am having trouble with bot submissions with a NS form that has the Google Recaptcha in place. For some reason no matter what I do I can NOT prevent default submissions via javascript. i.e.
Copy code
form = document.getElementById("main_form")
form.submit()
I can submit the form everytime if i run that in the browser