Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Update: see my last entrySandy,I was able to create a page with the same configuration you have on that checkbox and the only way I was able to do what you want was by adding a CSS override on the page.Because there is no way to specify the width of the "Yes" label on the UI, I changed its width to ...
Yana,I think that what happened might be that the four existing leads might have been updated, and not duplicated. Perhaps the message "Existing people imported" is inaccurate. If you can confirm that any of the four existing contacts did get duplicated, I would suggest you open a support ticket wit...
Sandy,Can you post a link to a page that has this? I can take a quick look and possibly make some suggestions. I am almost positive that if this is not a feature on the form designer, you will probably have to include some custom CSS on your form if at all possible. It all depends on how the code is...
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