Okay
  Public Ticket #2450112
RSVP form + 'load more'
Closed

Comments

  • temerairemarketing started the conversation

    Hello !

    I just purchased your Stachethemes Event plugin and I have 2 things that I can't manage to find/do :

    #1 : I like to personnalised my RSVP form (see attached) : adding first name, removing the number of attendees, adding company name, adding position in company. Where can I do that ?

    #2 : I need to remove the button 'afficher plus' (= load more) (see attached) but I can't find where to do it ?

    Thank you so much for your help

    P.S. if need be: my website is made with Elementor Pro

  •  783
    Zhivko replied

    Hi,

    Open your theme or child-theme functions.php file and at the bottom insert the code from the text file I've attached (custom rsvp.txt).

    This code will add company name and company position fields in the rsvp form.

    To hide the "look for more" button go to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style tab and add following css:

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



    Stachethemes Developer