Skip to main content
All CollectionsEvents, Schedules & Public PagesPublic Pages
Adding filter buttons to your public page
Adding filter buttons to your public page

Create clickable buttons to guide your customers to a filtered list of events

Anni avatar
Written by Anni
Updated this week

Filter buttons are a great way to help your customers narrow their search for an event. Before you create the button for your Bookwhen page, you will need to create a filtered link.

This article covers:


How to create a filtered link

Weโ€™ve created a Google Sheet to help you build filtered links and filter buttons. Open the Google sheet, select Make a copy and follow the instructions.

Filter link builder view with an arrow pointing at the 'Make a copy' button


Creating your filter buttons

Filter buttons appear at the top of your public page:

Public page with an arrow pointing at the filter buttons

๐Ÿ’ก Please note: Each button needs a destination, such as an event or website. Without a link, the button will be for display purposes only.


Button code

An example of the code you need to enter to create a button:

<div class="view_button">

<a class="small button success" href="https://bookwhen.com/grow?tags=grow"style="margin-bottom:10px;">Grow Classes</a>

</div>


โ€‹The button shape:

class="view_button"

The button colour:

<a class="small button success"

  • More colours can be found below.

Your filtered link:

The text on your button:

>Grow Classes</a>

For example, you could change this to:

>Online Classes</a>

Adds space after your button:

style="margin-bottom: 10px;"

  • This ensures that additional buttons donโ€™t run together on mobile devices.

๐Ÿ’ก If you use the '&' symbol in tags, please replace '&' with '%26'.

For example, instead of:

"tags=Information&Support"

Use:

"tags=Information%26Support"



Selecting your filter button colour

Blue:

<a class="small button"

E.g.

Blue button example

Green:

<a class="small button success"

E.g.

Green button example

Light blue:

<a class="small button info"

E.g.

Light Blue button example

Grey:

<a class="small button secondary"

E.g.

Grey button example

Orange:

<a class="small button warning"

E.g.

Orange button example

Red:

<a class="small button alert"

E.g.

Red button example


Using Emojis on your filter buttons

You can add emojis to your buttons, for example "๐Ÿ’™ Online Classes":

Public page showing buttons with emojis in them


Adding the buttons to your page

To add the buttons to your page:

  1. Open the relevant Scheduling page.

  2. Select View public page:

    Scheduling page with arrow pointing at the 'View public page' button

  3. Select Customise page in the top right-hand corner. Then, scroll down to paste the code into the General information field:

    Public page with the 'Customise page' button selected, and an arrow pointing at the 'General information' field

  4. Select the Save header text button to save your settings, and refresh the public page to review the result.

๐Ÿ’ก You can also use buttons to link to other links (not just your filtered link within Bookwhen). This could be your website, etc. To do this, replace the Bookwhen URL in the code with your website URL.


Stacking your buttons vertically

By default, multiple filter buttons appear next to each other in a horizontal layout. To group certain filters separately, insert line breaks using additional HTML code with one of the following options:

Use line breaks

  • Use <br> before the filter button code snippet that's supposed to start on a new line.
    โ€‹

    General information field within the customise page settings showing '<br>' highlighted


    โ€‹

Use paragraphs

  • Wrap the first filter button code snippet with <p> and the last one with </p> to ensure they appear grouped on the same line. For example:

    General information field of the customise page settings showing the '<p>' and '</p>' codes highlighted


    โ€‹

This then results in the buttons stacking vertically. For example:

General information section of the public page showing vertically stacked buttons highlighted

Remember to select the Save header text button to save your settings and refresh the public page to review the result.


๐Ÿ’ฌ Need extra help?

  • For the quickest response, contact us via live chat on our homepage or your account. Buddy, our trusty chatbot, will assist first and pass you to a support team member if needed.

  • Prefer email? Send us an email instead.

Thank you! ๐Ÿ•บ

Return to the top โฌ†๏ธ


โ€‹


Tags: publicpage

Did this answer your question?