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

Anonymous
Not applicable

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

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.

Screen Shot 2016-07-08 at 5.02.32 AM.png

3 REPLIES 3
Grégoire_Miche2
Level 10

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

Hi Rolando,

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

-Greg

Anonymous
Not applicable

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

That is a good idea Rolando Villegas

SanfordWhiteman
Level 10 - Community Moderator

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

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

pastedImage_3.png