• Resolved tenaciousflea

    (@tenaciousflea)


    does anyone know how i can remove the option of the user adding guests? i don’t want the user to be able to add guests.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Truman

    (@tdorn)

    Hi there,

    I am not quite sure what exactly you are referring to here, do you mean a User on your site can do this? Have you tried to change permissions for that User? https://theeventscalendar.com/knowledgebase/k/admin-roles-and-permissions/
    Can you just clarify a bit on what you mean here?

    Thread Starter tenaciousflea

    (@tenaciousflea)

    sorry – i mean the person who is RSVPing to the event. I want to remove the guest option. I do not want to allow the person who is registering to add guests.

    Plugin Support Abz

    (@abzlevelup)

    Hi @tenaciousflea, thanks for clarifying. For this one, you’d need to do template customization. This would require a bit of knowledge with PHP and creating a Child Theme.

    Override this template in your own theme:
    event-tickets/src/views/v2/rsvp/form/fields/quantity.php
    by creating a file at:
    [your-child-theme]/tribe/tickets/v2/rsvp/form/fields/quantity.php

    Copy and paste this to your child theme, where input is set to hidden and default as 1. This field is still needed for the form to work. Replace the existing div with this snippet here on your child theme:
    https://gist.github.com/abzdmachinist/b00e843036d11b109f1a2b5157ccbb67.

    Let me know how it goes. Have a great weekend.

    Best,
    Abz

    Plugin Support masoodak

    (@masoodak)

    Hi there,

    This thread has been pretty quiet for a while, so we’re going to go ahead and close it. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Have a great day.

    Kind regards,
    Masood

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘event rsvp remove guests’ is closed to new replies.