PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Reference Merge Tag from Step 1 of Multi Step Form

  1. jrgiblette
    Member

    I have a multi step form and I would like to show some of the values entered from step 1 on the second step. (i.e. A user uploads an image on step one, I like to show that image on step 2 for the user to reference what they uploaded)

    How can I do this?

    Posted 11 years ago on Wednesday March 20, 2013 | Permalink
  2. I posted a solution to copy from one field to another in a multipage form here:
    http://www.gravityhelp.com/forums/topic/passing-values-on-multipage-form#post-179789

    That will allow you to copy from one form field to another. However, you are going to have to do something different to display the image later in your form. Maybe you can have an HTML field with an img tag in it, and can use the value there?

    Posted 11 years ago on Saturday March 23, 2013 | Permalink