Comments 1spkbyspk started the conversationMarch 21, 2023 at 1:55pmHi,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. 877Zhivko repliedMarch 21, 2023 at 2:22pmHi,Yes, you can set limit from the Edit event -> Attendance tab. Stachethemes Developer 1spkbyspk repliedMarch 21, 2023 at 3:16pmThanks a lot,and is there a way to disable the field "number of participants" on the RSVP popup ?One submission = One participantFranck 877Zhivko repliedMarch 22, 2023 at 10:37amOnly 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 1spkbyspk repliedMarch 22, 2023 at 2:21pmHi, Thanks a lot, it works !1 Like Sign in to reply ...
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.
Hi,
Yes, you can set limit from the Edit event -> Attendance tab.
Stachethemes Developer
Thanks a lot,
and is there a way to disable the field "number of participants" on the RSVP popup ?
One submission = One participant
Franck
Only via css:
Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add:
Stachethemes Developer
Hi,
Thanks a lot, it works !