Comments 5gfc-de started the conversationOctober 14, 2022 at 5:24pmHi,how can I hide / delete the RSVP form field "numbers of person". Regards 877Zhivko repliedOctober 14, 2022 at 5:36pmYou could hide it with css. .stec-rsvp-popup-wrapper-settings input[name="people"] { display: none }when empty this field defaults to 1 Stachethemes Developer1 Like Sign in to reply ...
Hi,
how can I hide / delete the RSVP form field "numbers of person".
Regards
You could hide it with css.
when empty this field defaults to 1
Stachethemes Developer