SOLVED

Re: Form Styling

Go to solution
Anonymous
Not applicable

Form Styling

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)?

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: Form Styling

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

View solution in original post

3 REPLIES 3
Grégoire_Miche2
Level 10

Re: Form Styling

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

Anonymous
Not applicable

Re: Form Styling

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
Level 10

Re: Form Styling

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

pastedImage_0.png

-Greg