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.

Register Process

  1. Hi There,

    I´m working on a form that is show it before the payment, it is registration for a Festival. The user can register himself but also can register other people too. When I enter the first person then I will like to have a button that says "send" and other for "add another person" without going out of the page. ¿Any idea how I can do this?, I ´m kind new on Gravity and don´t yet all the powerful features that has.

    Thanks.

    Posted 11 years ago on Tuesday November 27, 2012 | Permalink
  2. What should the two buttons do? Send sounds like a submit button, to be pressed when they are done registering themself.

    The "add another person" would likely use conditional logic. You would add the form fields to your form and hide them with conditional logic, so they are not shown unless your visitor clicks the button or checks the box to "add another person", then the next group of fields would be shown.

    If you have a simple number of fields for each registrant, you could also use a list field (in the Advanced Fields section.)

    Will either of those approaches work for you, or can you clarify more what you are looking for? Thank you.

    Posted 11 years ago on Thursday November 29, 2012 | Permalink
  3. Hi Chris, Many thank.

    The button "Send" should submit the form the Button "Add Another person" should open the second form.

    How can I link the button "add another person" to the open of the second form?.

    Thanks.

    Posted 11 years ago on Thursday November 29, 2012 | Permalink
  4. The "Add another person" will actually take the user to a new form? What happens to the data which is in the form they just completed?

    Posted 11 years ago on Saturday December 1, 2012 | Permalink