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 ;-)