collecting contact info for parties of 2 or more

Home Forums Ticket Products Event Tickets Plus collecting contact info for parties of 2 or more

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1448388
    Suzanne
    Participant

    Hello,

    We have an RSVP form that collects full contact information from guests. We need to provide the option for someone to sign up on behalf of a group, but we don’t want them to have to enter the full contact information for every single group member. Example: A teacher signing up on behalf of a class of 20 students should not have to enter info for each individual student. Is there a work around, or some way to only collect the contact info from the person signing up? The only way I can think of is to create multiple rsvp forms for each event, but I worry this will cause confusion, so if there is a more elegant solution I would love to hear it.

    Thanks!

    #1450508
    Andras
    Keymaster

    Hi Suzanne,

    Thanks for your great question!

    There is no built in way to do this. What you can do however is hide all the attendee fields starting from the second one and make the fields not-required, so that you don’t get an error.

    Here is a css snippet that will hide all attendee info request fields, except for the first one.

    .tribe-event-tickets-plus-meta-attendee:nth-child(n+2) {
    display: none;
    }

    Let me know if this does the trick for you.

    Cheers,
    Andras

    #1450618
    Suzanne
    Participant

    That works great. It would still be nice to make fields required so hoping for an update in the future, but this does the trick for now.

    Thanks!

    #1451374
    Andras
    Keymaster

    Hi Suzanne,

    Happy to hear that works out for you.

    Your original goal sounds like a nice feature request. If you’d like to see that in a future version, then I recommend you to submit it on our UserVoice page where we collect and monitor feature requests like that.

    Since this topic is resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    PS: If you like our plugins, and you didn’t yet do so 🙂 we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!

     

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘collecting contact info for parties of 2 or more’ is closed to new replies.