Form Styling | Community
Skip to main content
September 8, 2016
Solved

Form Styling

  • September 8, 2016
  • 1 reply
  • 2123 views

I am in the process of creating a new form and was able to easily with form editor and stuff in Marketo BUT is there a way to add a space in between the form and the submit button. The submit button is way too close to the last field on the form and I don't know what other way to go about it.

Any documentation for developers on how to best handle forms in Marketo (on landing pages/website and in Marketo)?

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 Grégoire_Miche2

Hi Lauren,

  • You can just add a text zone at the bottom of your form and just and an HTML comment to it (<!--comment -->)
  • You can use form custom styling in the form editor and add some CSS
  • You can also add this same styling to your Landing age CSS, so that it is always applied to the forms

-Greg

1 reply

Grégoire_Miche2
Grégoire_Miche2Accepted solution
New Participant
September 8, 2016

Hi Lauren,

  • You can just add a text zone at the bottom of your form and just and an HTML comment to it (<!--comment -->)
  • You can use form custom styling in the form editor and add some CSS
  • You can also add this same styling to your Landing age CSS, so that it is always applied to the forms

-Greg

September 8, 2016

Hey Gregoire- Thanks so much- very helpful! Also, just curious how do you add a text zone at the bottom of the form?

Grégoire_Miche2
New Participant
September 8, 2016

In the form editor, instead of adding a field, when you click the + button, you can choos to add a "rich text" zone:

-Greg