Remove the Respond Button from the RSVP Form

The help doc outlines how to remove the respond button from an RSVP landing page. Follow the steps below to create a custom template that opens your RSVP landing page directly to the event's RSVP form. Applying this template to your event means your users will see the form immediately, skipping the first step, which is to click "Respond."

Creating a template

  1. Scroll down to the first sharing method, Event landing page. Create a custom event landing page template by clicking Custom Templates in the app and clicking + New Template. Add a name for the template.

Removing the Respond Button

  1. Click either + New Template or edit an existing template.
  2. Scroll to the end of the HTML document to insert the following code before the closing tag:
    <style>
    .button-register-t1 {display:none;}
    .rsvpform {display:block;}
    </style>
    
  3. Click Save and apply the template to the event(s).

The RSVP event landing page will now open up directly to the RSVP form, as shown below: