Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I just recently ran into this same issue and the problem ended up being super simple. Marketo's form embed code doesn't include (https:) before the (//) in the URLs within the script, therefore our WP was blocking it.Simply adding that into the URL solves the issue, at least in our case. Hope that h...
@SanfordWhiteman cc: @Dave_Roberts Thank you so much for your help! All of it is working well for me now.While I have you, I see in the documentation an example of being able to read form field values on submission with the following script:MktoForms2.loadForm("//app-ab00.marketo.com", "785-UHP-775...
Thanks for the feedback @Dave_Roberts & @SanfordWhiteman!I still think I am doing something wrong, might be something super small and simple but I'm just a bit stuck.I tried both approaches, firstly placing the following script: At the end of the template code before the closing tag. When I submit...
Hello fellow community! I have been looking at a lot of resources lately around forms 2.0 as we have a few use cases where we'll want to assign certain hidden field values at time of submission such as the referrer, current URL, and conversion date. I haven't been able to find a resource to explain ...
Thank you Sanford! I just found this through another article of yours and had edited my comment, that works!
Hey Sanford! I wanted to ask, will this work to set a value based on the current URL they are on for the form? Not sure if thats the same thing as the referrer in this case.Essentially I want to be able to do something like:set Brand Name to Brand1 if URL contains /brand1 (i,e. https://www.website.c...