Marketo Form on a Non-Marketo Page Issues

Anonymous
Not applicable

Marketo Form on a Non-Marketo Page Issues

We have added a form on this page: http://23.92.20.149/get-started-today however there are weird extra padding around the drop down fields. Does anyone know how to fix this?

Also, can I change the look of the submit button using the code our developer made for buttons: 

[item class="button_blue"]Download[/item]

Thanks for any help!
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Marketo Form on a Non-Marketo Page Issues

The default padding (style="padding-left: 5px;) can be overriden by JavaScript. The submit button can be also changed that way.


Anonymous
Not applicable

Re: Marketo Form on a Non-Marketo Page Issues

Hi Janine,

I think the reason you're seeing extra padding around your drop-down fields is that you have extra <br /> and <p> tags in your code. If you remove those from the areas with too much space, I think that will fix your problem.

As for using the shortcode to style your submit button, I would be surprised if that worked. But what you can do is have your developer apply the CSS they use to generate the shortcode style to the selector on the Marketo submit button.

Hope that helps!