Events Made Easy Forums How do I … Create a subevent within an event

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #56335
    Anonymous
    Inactive

    Hi Franky,

    can i place a subevent within an event without coding-experience?

    The reason is, it’s an event with different options on two days. Day one we have 150 seats in 6 bookable categories. Day two we have 60 seats in 4 categories.

    Or is the only way to create two independent events? Here we have the problem that only persons, which booked on day one are allowed to book on day two!

    Looking forward for a solution,

    rgds

    Werner

    #56345
    Franky
    Keymaster

    Without a bit of coding this won’t be possible. Using the filter called eme_eval_booking_form_post_filter can accomplish this (if it is a one-shot thing you want). The example on this page can help you (just change “$event_id=$event[‘event_id’];” with “$event_id=xx” with xx being the “master” event id):
    http://www.e-dynamics.be/wordpress/category/documentation/12-hooks-and-filters/

    #56375
    Anonymous
    Inactive

    With multibooking form this will not work either, right? I tried, but failed.

    #56376
    Franky
    Keymaster

    Multibooking? For sure not …
    Maybe the only option you have is to give people a code after registering for the first event, and ask for that code the second time they register (and check that code either manually or via the filter eme_eval_booking_form_post_filter)

    #58475
    Franky
    Keymaster

    This is an old thread, but in the newer versions you can link events together (rsvp-wise), and that should do what you want.

    #58479
    Anonymous
    Inactive

    THX a lot for the hint, i’ll give it a try next time i need this.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top