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.

Bulk Entry Support

  1. Hi,

    I'm using GravityForms for training registration forms. Now I want to add a bulk registration, so that one company organizer can register more than one attendee in the same form. I've searched for a core function or a plugin which can handle this but I haven't found one. Is there any possibility to do this without writing code?
    If not, I would want to implement it on my own and I thought that I could create a hidden field with a "magic" name which contains the serialized data (e.g. json) and is rendered by javascript.

    Good idea? Bad Idea? - Any ideas and comments are very welcome ;-)

    Posted 13 years ago on Wednesday April 27, 2011 | Permalink
  2. When you say registration, are you talking WordPres User Registration using the User Registration Add-On or simply talking about submitted data referred to as a registration?

    Posted 13 years ago on Wednesday April 27, 2011 | Permalink
  3. No, it's just a form with no wordpress logic behind - Everything about the registration is done by a "gform_post_submission" action which uses external systems.

    Posted 13 years ago on Thursday April 28, 2011 | Permalink
  4. There is no way to do this without writing custom code. Bulk registrations aren't a feature, and as you are doing registrations via a customization already with the gform_post_submission then writing custom code is going to be the only option in this situation.

    Posted 13 years ago on Thursday April 28, 2011 | Permalink
  5. Okay, thank you very much :-)

    Posted 13 years ago on Thursday April 28, 2011 | Permalink