Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Teisia,From what I have seen, you are probably going to have to create custom styling with CSS for the specific form design you choose. I have not found anything like what you are looking for, but I have been playing for a while with creating custom CSS for the forms and I noticed that depending on ...
This is how we implemented it.We have a link in all our Marketo pages that asks the visitor to "click here" if the information on the form is not theirs to re-set the information. Once the person clicks on that, a javascript function we created clears the cookie and re-loads the page.In addition to ...
I hope this helps.Michelle,Since a pop-up is nothing more than another page. Usually coded in a way that will look somewhat decent when called to be open as a pop-up (instead of with the full browser window elements like the address bar, buttons, etc.). If you are opening a page in the pop-up window...
Michelle,By the way, the reason why I had to use jQuery to do this is because you can not overrive the CSS style to an element that doesn't have a uniue ID or NAME without affecting other similar elements. That's why we need to programatically select the parent LI of the field in order to change its...
Michelle,If you want I can help you implement it. What I said will serve exactly that purpose. All Marketo pages make use of jQuery. It's just a matter of how you want to leverage it.If you send me or post here the URL of the page you are trying to apply the spacing to, I can give you the exact code...
Michelle,Before you go ahead and try to use the code I am about to paste here, I would like to make an assumption first.If you are already using jQuery on your Marketo pages by calling it with "$jQ", this code will do exactly what you need.Let say that you have a field named exactly "Email" and you ...
Sounds to me like the bullet could be a "pasted" character coming from an application. If an HTML unordered list is used, the problem should go away. Or, you can also replace the bullet character with its HTML entity which is •Good luck!Rafael
Without going into too many details... on your 1, 2, and 3 The subdomain can contribute to the Google Analytics metrics. The search appliance can be configured to index Marketo pages as well. Marketo IS part of the web site, an extension of it, if you will. As long as you have created a CNAME for...
Make sure that you don't have any typos in the token names. I did a quick test on my end and it still works as intended.I joined {{lead.Full Name}},{{lead.First Name}} with no problem on a change data value flow.Yes, it ended up with the value "First Last,First". Intentionally for the test.Good luck...
Hi,My two cents. I am willing to roll up my sleeves and give you a hand. I am sure I am not the only one willing to give you a helping hand here in the community.How about you send me a copy of your HTML template and I can check it for inconsistencies, broken code, etc.Feel free to export the HTML a...