Got it. So, here's a working solution:HTML:
<form class="mktoForm" data-formId="X005" data-formInstance="one"></form>
<form class="mktoForm" data-formId="x005" data-formInstance="...
So, here I am again. @SanfordWhiteman , thanks for letting me know how to grab the HTML form, and with that, I could improve the code. Now the first script is working fine, the whe...
Oh, good to know! 😅My idea was to try to filter the form by the form-instance attribute getting first all the forms with ClassNames and then creating a variable for each one. Sinc...
Hi @SanfordWhiteman,thanks again. I'm trying to use both codes ("same form, multiple times and the one you gave me) in one, and I'm probably missing something, but this new code is...
@SanfordWhiteman thank you very much for your answer but since it's a global form they all have the same ID. Perhaps I can add onFormRender and onSucess based on some data-attribut...
Hello everyone! We're migrating from Hubspot to Marketo on the company and using Global Forms. When I have to add only one on the page, everything is fine, but there's a specific p...