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.
Solved! Go to Solution.
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>
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>
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!
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.
Thanks for your reply, I think I solved my issue so no help needed anymore.