Richard,I use this to custom syle my buttons. Hopefully it'll work for your buttons.
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
color:#FFFFFF !important; //Place pro...
Chris,In the Form Settings under Thank You Page you can send form "filler outers" to a specific page based on certain information that they entered into the form, such as State or ...
Sam,This will hide the button from your form:
.mktoForm .mktoButton {
visibility:hidden !important;
} However, I agree with everyone else. I'm not sure if users will know how ...
Hi Rachel,It doesn't look like you are selecting anything with your CSS. Go ahead and remove the @import statement. You need to select the marketo form inside you CSS with this sel...
Rachel,Try adding this code to your CSS file at the top:@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);Also, did you place the first code I gave you as the first ...
Have you added the code for this font to your external landing page? If not, here is the code to add:<link href='http://fonts.googleapis.com/css?family=Pontano+Sans' rel='styleshee...
Hi,Not sure if this issue has been resolved, but I am experiencing a similar issue. The only forms that seem to be effected are the form that I used custom CSS for. I tested a form...
The form is working on all major browsers except IE8. When I try to view the form on IE8, it just crashes. Any information on why this would be happening?Thanks