To hide the summary panel that appears on the right on a booking form just add hide_summary=”yes” attribute to your booking shortcode, so it looks like this:

[latepoint_book_button hide_summary="yes"]

To hide side panel that appears on the left just add hide_side_panel=”yes” to your shortcode so it looks like this:

[latepoint_book_button hide_side_panel="yes"]

Tip: If you are using a custom button with a custom trigger class – you can add these values as data attributes: data-hide-summary=”yes” and data-hide-side-panel=”yes”