Hi @saz25,
Thank you for reaching out to us. I hope you’re doing well.
Unfortunately, there’s no option to set a maximum RSVP confirmation, but with some coding, you could possibly achieve that. This is an example of limiting the maximum purchase at a time for a particular ticket: https://gist.github.com/juanfra/245b46281b4d444a07709f4917fad414
Best,
Juan.
Thread Starter
saz25
(@saz25)
Hi
This seems similar to the code at the botton of this file:
https://theeventscalendar.com/knowledgebase/k/settings-overview-event-tickets-and-event-tickets-plus/
Do I add this to my themes functions.php file?
How do I determine the ID of the RSVP vs the ID of the event?
thanks
Hi @saz25,
Thank you for the follow-up.
Exactly, the code is pretty similar. The code from that page you shared is setting the default to 1 for all tickets and RSVPs.
Adding code snippets should be fairly simple. We have an article explaining how to use the code on the functions.php file, which can be found in the following link.
Another option, if you don’t want to mess with files and such, is to use a plugin like the following to add the code directly on your WordPress admin: https://ww.wp.xz.cn/plugins/code-snippets/
With regards to locating the ticket ID, you could possibly use this article as a reference for finding the IDs for tickets, attendees, events.
Best,
Juan.
Thread Starter
saz25
(@saz25)
This helped resolve my issue.
Thanks