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

Anonymous
Not applicable

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

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?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

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

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.
John_Wolf1
Level 3

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

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/