Remove the second button on the Confirmation page

The confirmation page has two buttons that a user can click to proceed onto the payment page. The reason for this is some peoples details can be rather long, especially with a few additional attendees and data, so having a button near the bottom makes sense.

What if your confirmation page is often short or you simply don’t want the button?

A simple CSS fix can remove it for you.

In your themes style.css file, scroll to the bottom and add this code

/* hide second confirmation button */
input#confirm2.btn_event_form_submit {display:none;}

Need more help?

  • Browse or search for more information on this topic in our support forums. Customers with an active support license can open a support topic and get help from Event Espresso staff.
  • Have an emergency? Purchase a support token and get expedited one-on-one help!
  • Go back to documentation for Event Espresso
Event Espresso - Staging Server