Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
We already have have a script implemented to carry forward the utms to other links on the LP but that doesn't seem work for the TY Page.
Thanks a lot @SanfordWhiteman 🙂 Just wanted to confirm the placement of the script: The script needs to be added at the template level for Marketo LPs using guided template and not the LP? As this needs to be after the form embed code we can cant place it in head section and as per my understandin...
Thanks a lot @SanfordWhiteman 🙂 One last question, do we need to keep the type of the custom field as a string or will url type field will also work for the same as the value being captured is a url (with query strings)? And sorry about the unformatted text I was not aware 😞
Thanks @SanfordWhiteman 🙂 Actually just noticed that API name of the field is lastFormURL ('l' in lowercase) . As per my knowledge we would not be able to update the API name of a field once it is created so I updated the field name (API name) in the script. I assume we need to provide the API name...
@SanfordWhiteman : I created the Url form field (LastFormURL) and also added the below script as suggested on the test page but the page url is not getting captured in the new field after filling out the form. Could you help please - http://au-sn01.marketo.com/lp/987-YUV-596/lastformurl-testing.html...
Thanks @SanfordWhiteman , You are awesome!!!! So just confirming we just have to add the below code on the page and just add the hidden field in the form by the name 'LastFormURL' (keep the autofill option to use default value and leave it blank)..
Thanks a lot @SanfordWhiteman 🙂 Could you provide the complete script please and also tell us how to implement it on both external as well as Marketo landing pages (Guided template) I assumed we need to add some more code to the below:MktoForms2.whenReady(function (form) { form.addHiddenFields(...
We would like to capture and store the most recent page url (from which the lead filled out the form in a Marketo field). Does anyone have the script for the same?
Thanks a lot @SanfordWhiteman for your reply 🙂 I got your point regarding query parameters (although we provide these parameters in the urls, these can also be modified by the user at their end so we cant control it) and it makes complete sense what you are saying. Can we pick some value from the...
We have a scenario where we would to dynamically update the program names (append some values) - pick some values from the LP url or query parameters in the url or form field and add it to the program name automatically. Is this possible?