If you want to keep only one universal view for all of your Booking Links and prevent people from changing their view of your scheduling page, you can disable their ability to do so by following one of the two options below.
Option 1: From the Settings Page
- This option requires you to be logged into AppointmentCore using an Admin account.
- This is a company-wide setting, which means it will apply to all booking links created by you and your team.
From your AppointmentCore My Dashboard screen, head over to the left panel and click Settings. Under Company Settings on the left menu, select Branding. Note: Company Settings will only be visible if you are logged in with an account that has Admin privileges. Click inside the box for Header and paste or insert the script below: <style> .view_type_container{display:none;} </style>
Click Save & Publish in the bottom-right corner of the page to apply this change. |
Option 2: At the Publish Stage of the Booking Link Creation Process
- This option can be done on both Admin and User accounts.
- This setting only takes effect on the Booking Link to which it is applied.
At the Publish Stage of the Booking Link Creation Process, click Customize under View Your Customization. Click Custom Settings in the pop-up box that appears. Click inside the box under Customize Calendar Header and paste or insert the script below: <style> .view_type_container{display:none;} </style> Click Confirm & Close in the bottom-right corner of the pop-up box to apply this change. |
Comments
0 comments
Article is closed for comments.