|

How to hide a Summary and Side Panel to get a compact booking form

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”

Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

On this page