SOLVED

Re: Thank You message upon form submit

Go to solution
Anonymous
Not applicable

Thank You message upon form submit

My company is creating an opt-in area on our website with an embedded Marketo form with 4 fields and I am trying to find the best way not to redirect them to another LP upon form submission. Instead, I would like the form to be hidden upon submission and be replaced by a thank you message so they can continue browsing our website without being redirected.

Is there anyway to do this?

1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Thank You message upon form submit

I found the answer here: http://developers.marketo.com/blog/show-thank-you-message-without-a-follow-up-landing-page/

My issue was getting the code to cooperate.

Thank you to all

View solution in original post

5 REPLIES 5
SanfordWhiteman
Level 10 - Community Moderator

Re: Thank You message upon form submit

So, so many posts on this.  Here's just one: How to hide a form after submit on a Marketo page

Anonymous
Not applicable

Re: Thank You message upon form submit

I found the answer here: http://developers.marketo.com/blog/show-thank-you-message-without-a-follow-up-landing-page/

My issue was getting the code to cooperate.

Thank you to all

Orij
Level 2

Re: Thank You message upon form submit

Hello comunity! that works great but my form have also a heading and subheading text. When i sumbit the marketo button my form is hide and thank you text is appear. But my heading and subheading text not hiding. Is there any way to hide also the heading and subheading text with form and show only thank you text?

Oleg Rijikov
Darshil_Shah1
Level 10 - Community Advisor

Re: Thank You message upon form submit

Just set the display property to none for heading and sub-heading elements in the form.onSuccess method and you should be good.

Orij
Level 2

Re: Thank You message upon form submit

Thank you very much my friend!

Oleg Rijikov