Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks! I've tried checking this arg but it's not behaving as expected. Here's my JS: MktoForms2.whenReady( function(form) { form.onValidate(function(mktoValidate) { var vals = form.vals(); console.log(mktoValidate); if(!mktoValidate) { conso...
I'm working with some form embeds that have Global Validation Rules applied that restrict which email domains are allowed to submit the form. This is working as it should. We'd like to use an email verification service's API as a second layer of validation on these forms only on the addresses that m...
We have many embedded Marketo forms that capture leads across a few sites. Many of these forms are of high importance and we need to have them up at all times if possible. A week or two ago there was an outage on Marketo's side that caused these forms to not load. I'd like to be able to detect when ...