Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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).
Hi, here is a screenshot of the token in the tokens section and of how i put it in the email alert. Thanks!Brenda
I prob copied the wrong one. Maybe this is it:
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 columns for "live webinar" and "on-demand". We are able to see the data now but I remember it not being accurate (it didn't ...
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(mktoForm){mktoForm.addHiddenFields({lastFormReferrerURL : document.referrer});});*/This worked. Thanks for your help!! Brenda
@SanfordWhiteman I 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 alert email and did a test. The data is not being passed through the token to the email alert. The field is in a form tha...
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 registrations. I can only group by Acquisition Program now but want to group by Program name. Right now I have to look at each w...
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 the "request info" button that takes them to a Marketo form embedded on a WordPress page. 2) Web/product page URL is d...
Ok, I tested the script and it didn't work. I put the script directly under the form script. I put the lastFormReferrerURL hidden field in the form but didn't specify a Referrer Parameter or a URL Parameter. Any advice?