Home › Forums › Ticket Products › Event Tickets Plus › collecting contact info for parties of 2 or more
- This topic has 4 replies, 2 voices, and was last updated 8 years, 2 months ago by
Suzanne.
-
AuthorPosts
-
February 8, 2018 at 2:33 pm #1448388
Suzanne
ParticipantHello,
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!
February 12, 2018 at 4:10 am #1450508Andras
KeymasterHi 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,
AndrasFebruary 12, 2018 at 6:24 am #1450618Suzanne
ParticipantThat 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!
February 13, 2018 at 1:15 am #1451374Andras
KeymasterHi 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,
AndrasPS: 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!
-
AuthorPosts
- The topic ‘collecting contact info for parties of 2 or more’ is closed to new replies.
