Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Same here! Would like for this to get resolved! Any new updates on this?
@SanfordWhiteman Sorry for all the replies. I think I found my issue. I had too many closing braces at the end. " }); " I'm still curious if it's okay to have the ${pixeltracking} in JS. will that URL still pull in there?
@SanfordWhiteman Thank you for that catch! I really need to brush up on my troubleshooting haha! When I click submit, It's now not processing the form...Could this be because of the Marketo variable I'm using for the pixel tracking? Edit: I'm currently embedding this into a landing page template. T...
Hello,I saw the discussion about getting pixel tracking to work on the submit button correctly here. and down below: MktoForms2.whenReady(function(form){ var liPixelsrc="https://dc.ads.linkedin.com/whatever/the/img/url/is"; form.onSuccess(function(vals,thankYouURL){ var liPixel = new Image(); ...
@SanfordWhiteman This worked out great! Thank you. I just modified the HTML and added some css.
@SanfordWhiteman Thank you for this! I got this all working fine now. Would you be able to help me figure out how to make the checkbox a required field? I know it can be as simple as adding ".required = true;" on the appropriate variable. I'm just not sure how to do it in this situation. We just w...
Hello everyone!Hopefully, someone knows the solution to this, or could at least lead me in the right direction.We have forms throughout our website whether that be webinars/promos etc. What we want to do is have a "known visitor" form if they've filled out one of our forms in the past. Since there i...