@ipgmail, everything works perfectly fine at your url
screenshot
Did you click “prevent additional dialogs” ?
Check your browser extensions as well, maybe try another browser.
You are correct, thats the problem with that particular page and browser.
Try this one: http://www.keepertech.com/formtest
This has the same setting (on_sent_ok: “alert(‘SENT!’);”) , but doesnt work, and I disabled my popup blocker and tried it on Chrome and Safari.
@ipgmail , you won’t be able to work with javascript, until you fix your theme js errors.
ddsmoothmenu.js?ver=f98f8ef…:50 Uncaught TypeError: Cannot set property ‘className’ of undefined
Once I disabled ddsmoothmenu.js and custom.js in my browser, everything works fine, and being sent via AJAX, instead of POST. Even AJAX is not working because of previous js errors. screenshot.
I wonder how did you go to your browser console, awaiting for console.log(OK), and didn’t notice those errors
OK, thanks, I’ll fix those issues and try again.
I saw the errors but didnt think they were related.
Fixed the JS errors from ddsmoothmenu.js and the problem went away.
Thanks for the help.