Ok, I moved the token from the highest level at marketing activity (the very first folder) and put it in the actual program. And it worked! Thanks so much! What a relief 🙂
Opps, here is the code (I must have copied the wrong one).
<script>
MktoForms2.loadForm("//app-ab37.marketo.com", "525-EAQ-286", 1056, function (form) {
form.vals({
"lastFor...
I prob copied the wrong one. Maybe this is it:
<script src="//app-ab37.marketo.com/js/forms2/js/forms2.min.js"></script><form id="mktoForm_1056"></form><script>/*MktoForms2.loadFor...
Thanks for sharing this. I recently added a new field called "webinar name" and we pass the name as a hidden value. I can group the report by webinar name, then I added custom colu...
Had to get our external developer to help on this as I'm not good with JS. Here is the script that they ended up using from the Marketo doc:
/*MktoForms2.whenReady(function(mktoFo...
@SanfordWhitemanI am trying to do the same thing and I followed all your instructions to create the token - very easy to follow so thank you. I simply put the token in the sales al...
It would be super helpful if I could have a report that lists all our webinars by program name with columns that show the number of live registrations, no shows, on-demand registra...
We'd like an easy way to pass URL to a form hosted on WordPress and then the form stores the URL in a custom field.
1) User clicks on a product page (or any web page), then clicks...
Ok, I tested the script and it didn't work. I put the script directly under the form script. I put thelastFormReferrerURL hidden fieldin the form but didn't specify a Referrer Para...