Uploading a custom button to a Marketo form | Community
Skip to main content
December 10, 2013
Solved

Uploading a custom button to a Marketo form

  • December 10, 2013
  • 2 replies
  • 3001 views
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!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
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.

2 replies

February 26, 2014
Does anyone know what the custom CSS is in order to do this?
June 3, 2015

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
New Participant
June 3, 2015

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

Accepted solution
December 10, 2013
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.
New Participant
February 25, 2016

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

Tom Kerlin