Thank you message | Community
Skip to main content
October 8, 2018
Solved

Thank you message

  • October 8, 2018
  • 1 reply
  • 3811 views

Hello,

I wanted to know how do I add a thank you message after submitting a form. I want the people to stay on the same page. I couldn't find a place for a message in the setting of the form.

Thank you.

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 Ronen-Was-SRpro

Hi,

In order to show a Thank You message on the same LP, you will need to add a script to the page. You can add an HTML element to the page or add the script right after the form in the HTML of the page.

Here is a link to the answer in detail and the code.

Please make sure to change something in the script:  </strong.  change to </strong>

https://nation.marketo.com/blogs/marketowhisperer/2015/10/15/displaying-form-thank-you-message-on-original-landing-page

1 reply

Ronen-Was-SRpro
Ronen-Was-SRproAccepted solution
New Participant
October 8, 2018

Hi,

In order to show a Thank You message on the same LP, you will need to add a script to the page. You can add an HTML element to the page or add the script right after the form in the HTML of the page.

Here is a link to the answer in detail and the code.

Please make sure to change something in the script:  </strong.  change to </strong>

https://nation.marketo.com/blogs/marketowhisperer/2015/10/15/displaying-form-thank-you-message-on-original-landing-page

Ronen Wasserman
Ekaterina_Byank
New Participant
June 18, 2020

Hi,

 

this script work fine, however, I would like to edit the font, text size and alignment of the Thank you message. Do you know where to insert it? I tried to add it to style (same line as the message) but nothing happened. 

 

Thanks!

SanfordWhiteman
New Participant
June 18, 2020

I'm sure something happened. 🙂 But you probably didn't set specific enough CSS. That <div> is just like any element in the markup, with the usual CSS cascade. If you show your actual page someone may be able to look at it further.