Learn how to add images to notifications and waivers in Checkfront.
Which plans include this feature?
Legacy: Soho, Pro, Plus, Enterprise, Flex
New: Growth (Subscription), Growth (Online Booking Fee), Managed
→ Learn more about our new plans or how to change your plan.
Where can I find this feature using the top menu?
- Manage > Notifications
- Booking > Waivers & Documents
What more do I need to use this feature?
-
Admin or restricted permissions to Manage notifications and Manage document templates.
Which Checkfront version supports this feature - classic, new or both?
- This feature is available in both our classic version using items (Inventory > Items) and our newest version using products (Inventory > Products). → Learn more about products
Overview (Video)
Adding Images
To add images to content such as email notifications and waivers, you need to host the image elsewhere online and add an <img> tag to the HTML of your document, which points to the address of that hosted image.
The following are examples of how you would incorporate images hosted elsewhere (e.g. where your website images are stored).
Adding images to notifications
- Select Notifications from the Manage menu. Permission to manage the account is required to see this top menu option.
- From the Email tab, click + New Notification or click on the Subject to edit the notification.
- Next, scroll down to the Email section and edit the HTML tab's source code (< >).
- Here you can paste an image tag into your code, which points to where the image is hosted, for example:
<img src="https://cdn-production.checkfront.com/wp-content/themes/checkfront-2022/public/images/Checkfront_Color.svg" alt="Checkfront" style="height: 100px; width:100px;"> - Scroll down and Save your changes.
- You can view a Live Preview of the notification via the left-hand menu option.
Align the image left, right or center using the HTML editor. |
For more information on Notifications, please see our series of articles starting with: |
Adding images to waivers
- Go to Booking and select Waivers & Documents.
- Click on Create Template or click on the name of an existing template under Templates to edit.
- From the Template editor, choose to edit the source code (<>) from the toolbar.
- Copy and paste your code, pointing to where the image is hosted.
<img src="https://cdn-production.checkfront.com/wp-content/themes/checkfront-2022/public/images/Checkfront_Color.svg" alt="Checkfront" style="height: 100px; width:100px;" >
- Remember to Save your changes and click Preview to check them out!
Align the image left, right or center using the HTML editor. |
For more information on Waivers, please see our series of articles starting with: |
Learn about adding images to Items and Products here: |