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.

Re-using entered data or chosen drop down value on multiple page form

  1. Hi

    I suppose it's a easy thing to do, but I can't figure it out how to
    - re-use entered data of a field
    - re-use a value of a dropdown

    in a multiple page form.
    I just want to show some chosen value in an uneditable field through every following form page.

    Thx a lot!
    Kristof Bernaert (@ssstofff)

    Posted 11 years ago on Thursday January 24, 2013 | Permalink
  2. To copy data which is entered in one field, to another field in your form, you need to use jQuery. The form is not submitted until the last page, so all the information is stored in the browser, not by Gravity Forms. Here is one explanation of how to do it http://stackoverflow.com/q/10884730

    The first example here appears to do what you want to do: http://jsfiddle.net/thecodeparadox/LnDYA/21/

    I'm not sure what you mean about the drop down value being reused exactly.

    Posted 11 years ago on Wednesday January 30, 2013 | Permalink