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.
Solved! Go to Solution.
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.
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.
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.
This worked! Very easy to understand and implement! Thank you!