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
I created two different forms that both show fine with Preview, but do not show at all when I place the Embed code within a webpage. I used custom CSS to style the form so I'm not ...