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 once for several events

  1. elianab
    Member

    I am making an event registration form for a religious holiday, using the latest beta version of Gravity Forms. There are 9 events associated with one holiday. There will be one person filling in the form, but there may be additional people going to each event. I want the person filling in the form to only have to enter their name, address, etc. once, and then be able to fill in the registration info for each event, including the names of the people going to each event.
    The part I don't know how to do is to make it so the person filling in the form only has to fill in their own info once.
    Here is the url of my form. I'm working on it so it may change by the time you look at it.
    http://www.scdtesting.com/?page_id=22

    Posted 13 years ago on Tuesday December 28, 2010 | Permalink
  2. Forms do not remember information by default. So if you are wanting to set it so that it "remembers" a person filling out the form and pre-populates some of the fields, this isn't something the plugin does out of the box.

    It is possible to do so, however it requires custom code. You would have to write a cookie to the users browser when they submit the form that stores the values of the fields you want to pre-populate and then you would read the information from the cookie and pre-populate the fields with the values when the form is displayed.

    How experienced are you with PHP and WordPress hook/filter usage?

    Posted 13 years ago on Tuesday December 28, 2010 | Permalink