Comments 1vcbarrosm started the conversationJuly 9, 2020 at 7:36amHi,how can I delete the "Number of people" dropdown in RSVP form and add a custom field like "Company name" ?If it has to be with custom code, which file should we edit that?thanks! 877Zhivko repliedJuly 10, 2020 at 8:08pmHi,You can hide number of people field via css in Fonts & Colots -> Custom style tab: .stec-rsvp-popup-wrapper-settings input[name="people"] { display: none !important;}You don't have to edit the core plugin to add rsvp custom fields. I'm attaching you code example how to add 2 additional fields (input and select) to the rsvp popup. The code should be inserted in your theme or child-theme functions.php file. Stachethemes Developer Sign in to reply ...
Hi,
how can I delete the "Number of people" dropdown in RSVP form and add a custom field like "Company name" ?
If it has to be with custom code, which file should we edit that?
thanks!
Hi,
You can hide number of people field via css in Fonts & Colots -> Custom style tab:
You don't have to edit the core plugin to add rsvp custom fields. I'm attaching you code example how to add 2 additional fields (input and select) to the rsvp popup. The code should be inserted in your theme or child-theme functions.php file.
Stachethemes Developer