Okay
  Public Ticket #3146609
Hide number of persons field in RSVP form
Closed

Comments

  •  5
    gfc-de started the conversation

    Hi,

    how can I hide / delete the RSVP form field "numbers of person". 

    Regards

  •  783
    Zhivko replied

    You could hide it with css.

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

    when empty this field defaults to 1


    Stachethemes Developer