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) {
...
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 li...
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 ...