Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks for your help Sanford! I was able to get this to work and learned a bunch along the way. Here's the final snippet I used.
If anyone needs help setting up ZeroBounce + Wordpress + Marketo in the future and this thread doesn't solve it for you feel free to reach out... 🙂Ok, that makes sense mostly, but I've tried several things now and had no success, so perhaps I'm not really getting it. First I tried adding form.submit() after I set form.submittable(true), but that throws me into an infinite loop. I've read through the API Reference guide several times now and I...
Thanks again for your assistance Sanford. I was able to get the success callback working, but I'm hitting the same issue as I originally posted where form.submittable(true) is not recognized in the callback function. Here's the latest code: MktoForms2.whenReady(function(form) { form.onValidate(...
Thanks for the notes Sanford. I made the changes you suggested under #1. Regarding #2, I've removed the async: false. It wasn't needed, at least in this version. I did try playing around with using success/complete, but I wasn't able to get it to return the values properly. Is there any other issue...
Sure thing, here's a staging URL: https://test.com/request-a-demo *edited* Note that the test email addresses from ZeroBounce are:invalid@example.comvalid@example.com spamtrap@example.com etc.
Hello! I'm working on integrating ZeroBounce with our Marketo forms for custom validation, but I'm running into a bit of trouble getting the form.submittable value to be set. I've included my code below. I believe that the issue is happening because I'm trying to set the form.submittable within the...