Events Made Easy › Forums › How do I … › Create "child/sub-events"
Tagged: child, data, events, fields, form, persistent, registration, sub
- This topic has 6 replies, 2 voices, and was last updated 8 years, 7 months ago by Anonymous.
-
AuthorPosts
-
Wed 30 Dec 2015 at 01:28 #55226AnonymousInactive
Hey guys,
is there any way to create kind of a “child-” or “sub-event”?
A dear friend of mine is a judge at a small team of audio enthusiasts which host local contests. Each contest has 8 different classes with 10 slots max in which participants can take part in.
What I’m trying to achieve for him is that he creates one event (or event series) and when each participant registers his/her slot in the contest, he/she should be able to:
– register for 1-8 categories
– doesn’t need to re-enter all data, because registration information is attached to the user account (or a registration profile, maybe?)I tried creating such child-/sub-events by adding custom registration form fields. But how to connect them to different classes for CSV export, participants overview, etc.?
And how to save registration data for future events?Thanks in advance,
MartinWed 30 Dec 2015 at 01:48 #55227FrankyKeymasterIf you’re logged in, then the last/first name and email are pre-filled in the rsvp form.
Concerning the rest: maybe try a multibooking form (where you can register for multiple events at once), see http://www.e-dynamics.be/wordpress/?cat=5968Wed 30 Dec 2015 at 02:20 #55228AnonymousInactiveThanks for the quick reply, Franky! 🙂
Yes, those three fields are filled out automatically. But I do need to extend this to approximately 6-7 fields.
Doesn’t a multi-booking form also require multiple events? My friend requires only one single event within the calendar and for which he needs to write texts, upload images, etc.
Wed 30 Dec 2015 at 10:00 #55229FrankyKeymasterOk, I misunderstood you then (the sub-event thingie).
Now the other registration info is stored per event/rsvp, not per user. This might seem weird to you, but how could I determine which rsvp info to take from a previous event when registration is done for a new event?
To help you along: there are browser plugins that autocomplete forms …Wed 30 Dec 2015 at 20:04 #55231AnonymousInactiveNo problem. I’m glad we could sort it out. 🙂
Regarding your question: that information shouldn’t be taken from previous events. Instead, I want to add such information to the user’s profile and EME should query it just like (first) name and mail address when displaying the event registration form to a logged in user.
This would feed the auto complete issue as well.. 😉I thought that custom attributes (http://www.e-dynamics.be/wordpress/?cat=29) might do it. Am I right or wrong?
Wed 30 Dec 2015 at 23:32 #55232FrankyKeymasterCustom attributes are for events, not for the rsvp form
The thing is: what if that info is already in the profile and the user wants to change it? Custom profile fields need to be programmed too, so it is not that simple.
I think I understand what you’re trying to do, but the plugin needs to be generic in a solution, not specific. In your case: a solution would be to check the user profile for similar named fields and use those as auto-completed info (maybe by adding some prefix to the placeholder to indicate that we want the user profile to be checked). But: not possible right now.
Another possibility is for you to code that part up by using the available filters/hooks upon rsvp form submit.Wed 6 Apr 2016 at 00:06 #55419AnonymousInactiveSorry for the delay. In the meantime, I’ve dropped WordPress completely and built the platform on my own. It’s almost fully working and definitely more towards what those guys desired. 😉
Nonetheless, thanks for your extensive help and a great plugin (which has to focus on mainstream needs instead of specific ones which I totally understand).
Regards,
Martin -
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.