Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I got the code to work, but it looks like the form is displayed twice and the form is partially outside the lightbox. Here is the testing URL - https://learn.bisk.com/testing-base-code---light-box-link-click.html
https://codepen.io/figureone/pen/3441c3378c4a38d2c0fa3c36872d76cf This code^
This is awesome and exactly what I was looking for, but I cannot get the code to work. I even tried just creating a landing page from scratch and adding all the code examples into the guided LP and it won't work. Am I missing something? or will this only work on non-marketo LPs?
So would that explain fields on the Opportunity object? Because I used similar logic on a script pulling in the Opportunity owners SMS number and it worked just fine. That is why I was so confused when the script for the Lead object didn't work. Again thank you for replying and providing info, getti...
So the URL structure would be something like /programs/program1 Then was hoping the javascript could be written such that if URL contains programs/program1 then populate the program field on the form with program1, but again having the value that is stored upon submission be the 18 digit SFDC number...
Would this be a result of that field in SFDC being a formula? So that is why the null wasn't working? Either way, thank you as always!
So I am trying to create a script that I though was going to be simple, but its not working and I have no clue why. I found this article (https://nation.marketo.com/t5/Marketo-Whisperer-Blogs/Basic-Email-Scripting-Examples-for-Marketers/ba-p/245747) and was trying a similar if then script. But when ...
So in this case no URL parameters are being passed, I wanted the script to look to the current URL the form loaded on and based upon the URL path, to pick up on that and then autofill the Program field with the corresponding option. Then if the user clicks on a different program page, when that page...
So on the form we have programs listed with a friendly name but the value that is actually captured and stored when the record created is an 18 digit number that relates to our SFDC instance. So I was wondering if the script could populate the field with the friendly name, but when the form is submi...
So I have been asked by our Marketing VP to see about auto-filling an interested product field on our forms based upon the page the user is currently on. The idea being to limit the number of fields they have to actually fill something out. I know this is possible, but the question I do have is if t...