Page Design Settings

Page Designs have several options that you can customize to suit your needs. This section will guide you through the available settings and how they impact branding and customer experience.

Since these settings are only meant to override the default behavior, none of these settings are required.

General Settings

Name

The name that will be used to refer to the Page Design.

Department

The department the Page Design belongs to.

Primary Color

The primary color to use in Meeting Links and Forms. Affects components like buttons, titles, and others.

Secondary Color

The secondary color to use in Meeting Links and Forms. Affects components like highlighted sections, secondary buttons, and others.

Background Color

The background color to use in Meeting Links and Forms when these are not embedded and are accessed from a large enough device (window width of greater than 1024px).

Font Name

The name of the Font to be used. Required when supplying a Font URL.

Font URL

The URL of the Font Name specified. Required when supplying a Font Name and must be the embeddable font URL. See the example below:

https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap

The image to be used as the Workspace's logo in the Meeting Link or Form. Affects the webpage favicon and any other areas the Workspace logo is normally displayed. Recommended size is 200px x 200px.

The following settings affect Meeting Links attached to a Page Design. These utilize liquid templating. You can refer to Liquid Templating for Page Designs for more information.

Invitation Text

Replaces the "{{workspace name}} is inviting you to a meeting. Let them know when you're available." text and appears when a Meeting Link is opened.

Option Conflict Text

Replaces the "The schedule that you have chosen is now unavailable. Please choose a new one below." text and appear when a Customer's chosen schedule option suddenly becomes unavailable.

No Options Text

Replaces the "Oops, there are no available schedules left." text and appears when no schedule options are available for a Meeting Link. When defined, the default illustration for this scenario is also hidden.

Success Text

Replaces the "MeetBit has successfully scheduled {{event title}}. An invite has been sent to your email." text and appears once a Meeting Link has been successfully scheduled.

The following settings affect the Customer Reschedule Link of Events generated from a Meeting Link attached to a Page Design. These utilize liquid templating. You can refer to Liquid Templating for Page Designs for more information.

Main Text

Replaces the "Reschedule your meeting with {{workspace name}}. Let them know when you’re available." text and appears when an event is being rescheduled.

Option Conflict Text

Replaces the "The schedule that you have chosen is now unavailable. Please choose a new one below." text and appear when a Customer's chosen schedule option when rescheduling suddenly becomes unavailable.

No Options Text

Replaces the "Oops, there are no available schedules left." text and appears when no schedule options are available when rescheduling. When defined, the default illustration for this scenario is also hidden.

Success Text

Replaces the "MeetBit has successfully rescheduled {{event title}}. A new invite has been sent to your email." text and appears once an event has been successfully scheduled.

The following settings affect the Customer Cancel Link of Events generated from a Meeting Link attached to a Page Design. These utilize liquid templating. You can refer to Liquid Templating for Page Designs for more information.

Cancel Text

Replaces the "Cancel your meeting with {{workspace name}} and let them know why." text and appears when a Customer or User is canceling an event.

Success Text

Replaces the "The {{event title}} has been successfully canceled. Notifications have been sent to the guests." and appears when an event has been successfully canceled.

Custom Code

The following code snippets like analytics trackers or HTML components can be attached to the Meeting Link or Form. Currently, none of these can be edited through the Admin Panel for security purposes. Contact help@meetbit.io, and we will review the code before applying it.

Custom Head HTML

Custom HTML that is inserted within the <head></head> tags of a Meeting Link or Form.

Custom Body HTML

Custom HTML that is inserted within the <body></body> tags of a Meeting Link or Form.

Custom CSS

Custom CSS that is inserted within a <style></style> tag.

Last updated