When a client fills out a form and hits the submission button, is there a way that, on the same landing page, the client can see a confirmation that their form has been submitted? | Community
Skip to main content
September 2, 2015
Solved

When a client fills out a form and hits the submission button, is there a way that, on the same landing page, the client can see a confirmation that their form has been submitted?

  • September 2, 2015
  • 2 replies
  • 1793 views

When a client fills out a form and hits the submission button, is there a way that, on the same landing page, the client can see a confirmation that their form has been submitted?

Right now, the only option I see is to create a separate landing page that the submit button would link out to.

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

Here's some instructions on how to do that: Show Thank You Message Without a Follow-Up Landing Page

But, of course, the reporting is not as good on this approach.

2 replies

SanfordWhiteman
New Participant
September 2, 2015

If you you want the Thank You page as a page view in the ActLog, you can do a Munchkin.munchkinFunction('visitWebPage'...) in the onSuccess.

Accepted solution
September 2, 2015

Here's some instructions on how to do that: Show Thank You Message Without a Follow-Up Landing Page

But, of course, the reporting is not as good on this approach.

September 3, 2015

This worked! Very easy to understand and implement! Thank you!