What does it do?
This plugin allows you add a simple submission preview to your forms. The submission preview provides users an opportunity to confirm the information they’ve entered is correct and confirming their submission.
Features
- Preview form entry before submission.
Users can confirm information was correctly entered. - Populate field Default Values from fields on previous pages.
Insert field values from one page of a form to any later page. - Automatic updates.
Get updates and latest features right in your dashboard. - Awesome support.
We’re here to help! And we mean it.
Documentation
How do I enable this functionality?
After installing and activating Gravity Forms Preview Submission, entry-based merge tags can be inserted into an HTML field’s Content. These can be used to create a submission preview. Let’s step through that process.
Feature Details
HTML Field Content
This perk adds support for all entry-based merge tags in the Content of HTML fields. This allows you to create a summary of all the data that has been entered and serves as a preview of the user’s submission. If you want to show all form data, use the {all_fields}
.
{all_fields}
shows all form data, including Hidden fields. You can omit Hidden fields with the :nohidden modifier (e.g. {all_fields:nohidden}
). More details in Gravity Forms documentation.
Default Value
This perk also adds support for inserting entry-based merge tags in a field’s “Default Value” setting. This perk can also be used to populate data entered on previous pages of the form to latter pages of the form.

Known Limitations
- If you’re using Gravity Forms Preview Submission with Page Transitions, submission previews do not work when Soft Validation is enabled.