SOLVED

Re: Uploading a custom button to a Marketo form

Go to solution
Anonymous
Not applicable

Uploading a custom button to a Marketo form

Hello,

I have a custom button I'd like to use on a form - has anyone had success doing this before? Seems like we should just be able to upload the image when we create the form - possible idea!

Thanks!
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Uploading a custom button to a Marketo form

Hi Jenna, that would be a good idea! For the time being though, you need to upload your image in design studio and then add some CSS to the page in an HTML element to replace the standard form button and call in your image instead.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Re: Uploading a custom button to a Marketo form

Hi Jenna, that would be a good idea! For the time being though, you need to upload your image in design studio and then add some CSS to the page in an HTML element to replace the standard form button and call in your image instead.
Tom_Kerlin2
Level 8

Re: Uploading a custom button to a Marketo form

I realize it's been a while since this was posted, but is this still the case?

Tom Kerlin
Anonymous
Not applicable

Re: Uploading a custom button to a Marketo form

Does anyone know what the custom CSS is in order to do this?
Anonymous
Not applicable

Re: Uploading a custom button to a Marketo form

Hi Stephen,

It varies greatly depending on the exact style you're looking for.  Developers can use regular ol' CSS on your landing page templates to override existing button styles.  They'll want to target the element using the following CSS selector:

.mktoForm button.mktoButton
SanfordWhiteman
Level 10 - Community Moderator

Re: Uploading a custom button to a Marketo form

Hey Nathan J. Brauer I would think you would want a selector that at least matches the specificity of the default CSS, like if you're using the Thoughtbot theme in the form setup you have to have something at least as strong as .mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton