Showing a confirmation screen after filling out a form | Community
Skip to main content
April 7, 2016
Question

Showing a confirmation screen after filling out a form

  • April 7, 2016
  • 1 reply
  • 2048 views

Hi all,

I was wondering if there was any way to have a confirmation screen appear after a visitor fills out a form, that also shows what the person input.

For example, after filling out a form the following screen appears:

---------------------

E-mail: 123@abc.com

Name: Adam Smith

Position: Marketing Executive

Click here to confirm the above and submit.

----------------------

Any help would be appreciated!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
April 7, 2016

Do you mean "screen" as in "page," or "screen" as in "modal dialog"?

April 7, 2016

Hi Sanford,

Thanks for your response.

I should have been more clear, I mean page. If that's not possible and a dialog box could appear to achieve the same thing that could also be an option.

Luis

SanfordWhiteman
Level 10
April 7, 2016

If you had a separate page, you'd be losing the ability to track the conversions on the initial LP.  I think a modal dialog is more appropriate.

This recipe is actually relatively complex because you need to map the form values back to the display names: presumably, you do not want to show them

    

     My_Custom_Field__c: Value

If you send me a link to the actual form this will better help me fit the solution to your field types, because writing a one-size-fits-all for this is going to be time-consuming.