How do you replace a form with an in-page confirmation message? | Community
Skip to main content
September 5, 2013
Question

How do you replace a form with an in-page confirmation message?

  • September 5, 2013
  • 2 replies
  • 921 views
Right now when a user completes a form, the data is successfully submitted, but the form remains on page. I realize you can direct users to another URL, but as we're iframing in the Marketo form we'd like to replace the form with a simple in-page confirmation message. 

I've searched for a solition but come up empty handed. Is there a way to accomplish this?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

September 5, 2013
I've never tried this but you could probably use segmentation to accomplish this.

You could set up a segmentation for "filled out x form" and segment the iframed page to show form if false, and the message if true.

http://community.marketo.com/MarketoTutorial?id=kA250000000Kz0h

The only downside is using up one of your 20 segmentations.
Level 3
September 5, 2013
Two possibilities:
1. Create a "thank you" message the same size as your form on a new landing page. Then specify that landing page as your thank you page.*

2. Use this javascript on your form page to move to a new thank you page:  http://community.marketo.com/MarketoArticle?id=kA050000000KysB&src=


* You could also place your thank you message on the SAME page as your form by using this guy's method: http://spamtech.co.uk/tips/position-content-inside-an-iframe/