Is it possible to have gravity forms take data from the last form page and create the confirmation page based on that. I saw this done at http://www.teambarracudas.com/registration/online-registration. I am trying to do this for another team.
Is it possible to have gravity forms take data from the last form page and create the confirmation page based on that. I saw this done at http://www.teambarracudas.com/registration/online-registration. I am trying to do this for another team.
I'm not sure what you are asking. You have control of the form confirmation text. If you want to display all of the form data that was submitted on the confirmation page you can:
- Edit your form
- Select Form Settings
- Select the Confirmation tab
- In the Confirmation you can insert the {all_fields} merge tag into the message which will output all the submitted form entry data in a table.
The confirmation is similar to email notifications, you can insert form field values or use the {all_fields} merge tag to output all the form field values in the confirmation message.
Can all the fields be inserted into a WordPress PAGE not just the TEXT as you've described above? I suppose we would need some type of shortcodes???