Skip to main content
July 7, 2016
Question

How to put a text or image after the submit button in form?

  • July 7, 2016
  • 3 replies
  • 2401 views

something like this. The text or image under the button should be part of the form. How am I going to do that? Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Grégoire_Miche2
Level 10
July 7, 2016

Hi Rolando,

Create it as a rich text and move it down with some CSS.

-Greg

July 7, 2016

That is a good idea Rolando Villegas

SanfordWhiteman
Level 10
July 8, 2016

You can move any field below the Submit button.

I wouldn't use CSS to fake it (though that could also work) because it makes positioning too delicate IMO. Instead, literally move the fields below the button using JS, so they stay in the standard flow.

In MktoForms2 :: Fields below submit I'm moving a Rich Text field like yours -- together with, and this is very important, its entire wrapper row -- below the button.  In the RT editor I made sure to give it an easy-to-find ID (Rich Text fields don't otherwise have a distinctive name).