Okay
  Public Ticket #3329031
Number of participants
Closed

Comments

  •  1
    spkbyspk started the conversation

    Hi,
    is it possible to limit the number of participants in an event?

    Example: As soon as there are 10 registered for the event, it is no longer possible to register.

  •  784
    Zhivko replied

    Hi,

    Yes, you can set limit from the Edit event -> Attendance tab.

    5263722967.png



    Stachethemes Developer

  •  1
    spkbyspk replied

    Thanks a lot,

    and is there a way to disable the field "number of participants" on the RSVP popup ?
    One submission = One participant

    Franck

  •  784
    Zhivko replied

    Only via css:

    Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add:

    .stec-rsvp-popup-wrapper-settings input[type="number"] { display: none !important; }

    Stachethemes Developer

  •  1
    spkbyspk replied

    Hi, 

    Thanks a lot, it works !