Okay
  Public Ticket #2367156
I would like to customize the Reservation Form
Closed

Comments

  •  1
    polyspora started the conversation

    Hi.  I would like to know how I can get the reservation form to appear like the one on the tutorial video below.  In the tutorial video, it just shows the name and email.  Currently, the reservation form also shows the number of persons option. I would like to remove this option if possible.  I look forward to your reply.  Thank you.

  •  877
    Zhivko replied

    Hi,

    The RSVP form option has been moved to the event's attendance tab section.

    To hide the number of persons field go to 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