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.

passing value from a buttonlist to a field in another form

  1. Hi I'm new here, with little programming knowledge, so please bear with me!
    On my website http://www.notulistenvereniging.nl
    I have two forms:
    1. (Cursusoverzicht): A radio button list with products which can be ordered. Once the user has selected a product and confirmed it the user is directed to a second form
    2. (Aanmeldingsgegevens) on which the user enters his personal and address data. On this form I want in the top of the form to display the product and price which the user selected in the first form.

    So what I want to do is to pass the chosen product value to a field on the second form. So that the user has a reminder of the product and price he selected when filling in his personal data.

    Somehow I can't figure out using the right syntax in the second form to get this working.

    Posted 12 years ago on Thursday April 26, 2012 | Permalink
  2. Check this documentation out on dynamic population:

    http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population

    Here is another helpful thread:

    http://www.gravityhelp.com/forums/topic/pass-parameters-and-named-fields-to-another-form

    Posted 12 years ago on Thursday April 26, 2012 | Permalink
  3. Thanks very much for your very swift answer! I had read the tutorial about population, but the terms 'parameters' , 'hooks' etc were unclear to me. But the thread on parameter passing cracked it and I made my form work the way I want to. Thanks very much.
    I have a related question though: is it possible to redirect to another form condition on which radiobutton is pressed in another form?

    Posted 12 years ago on Thursday April 26, 2012 | Permalink
  4. Great! Glad to help out. For your related question, could you give me a little more detail there - I'm a little unclear on your goal.

    Posted 12 years ago on Thursday April 26, 2012 | Permalink