How to display a value entered by the user in a previous page of the form?

Hello to all !

I am finalizing a multi-page form with “Next step >” buttons.

On this form the user can choose the amount of his choice to make a donation.

On the last page I would like to display a reminder: to display the amount he has previously chosen (in a previous page of the form)

Do you know how to do this ?

Hello Gaël. You can use the “Live Merge Tags” feature of Gravity Wiz’s Populate Anything Perk:

Live Merge Tags.
Add auto-updating merge tags anywhere inside your form (e.g. labels, descriptions, choices, values, HTML content).

Without a plugin such as that, you could do this with the gform_pre_render filter to copy a value from an earlier page to a later page:

Or you could do something custom with your own JavaScript or jQuery. If you have any other questions, please let us know.

Thanks @chrishajer!

Live Merge Tags can work and will also add that this could be a good use case for Gravity Forms Preview Submission | Gravity Perks by Gravity Wiz in case @gaellight wants to display other fields previously completed by the user.

Best,

Thank’s !