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...
Hi,I added some custom Javascript to my Marketo form's embed code. Now I want to put that form onto a Marketo landing page. I cannot figure out how to exactly embed a form onto a M...
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...