Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sanford - your example is exactly what I am looking for, although I'm not clear regarding the placement of the script. I'm not a developer, but can read/write code based on examples like the one you provided and know that once I understand the placement I can make the code you shared work for me . T...
I'm working in Forms 2.0 and know how to hide/show fields. What I would like to do is show/hide field values based on multiple selections: FIELD NAME - Product name: FIELD VALUES- Product A, Product B, Product C, Product D....FIELD NAME - Support Representative: FIELD VALUES - Rep A, Rep B, Rep CIf ...
Yes. You have to purchase Marketo professional services, but it is possible. They use a third party app, Dell Boomi, to feed data into Marketo.
Thanks Jason. That worked. I took all of my code and dropped it in an HTML object and was able to remove the portion you suggested. I'll follow-up with test results of doing so, with form operations, but I'm incined to believe that this solves my issue. Thanks again!
Now that I'm looking at this, is the solution to remove the MKTO fancy button CSS below? /* Start fancy button */ div.buttonSubmit { position: relative; float: left; } div.buttonSubmit input, div.buttonSubmit span { background-image: url(https://www.marketo.com/buttons/button-submit10.gif); /* ch...
#additionalLinksContent ul li a { font: normal 16px/16px Arial, Helvetica, sans-serif; color: #005a8c; } /*form page section*/ #formContent { float: left; margin: 0px 0 0 18px; } #formContent p { float: left; font: normal 15px/18px Arial, Helvetica, sans-serif; color: #000000; } /*STYLE FOR THE FOR...
font: bold 15px/25px Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; text-align: center; background: #ef8200; -moz-border-radius: 4px; border-radius: 4px; } #contentDivider { float: left; width: 1px; height: 100px; background-color: #b2d8e7; } #options .borderBottom { float: le...
I think I'm going to have to break it into pieces.:
I have been using the code below to easily update our form buttons to fancy buttons for nearly a year. I've found on a new page that the MKTO button is still showing up. MKTO provided the original fancy button code, but that throws all of my page's elements out of whack. The header goes to the top o...
For fields that are not required try this: Go to the rich text editor for the label name. When it opens, press space bar, then SHIFT+ENTER, and enter your label. You can change the pixel height of the blank line to fiddle with how much vertical space you need. Doesn't work for required fields bec...