The AdvanceCM Interstitial widget is a multi-functional widget designed to take your guest through the entire process from inquiry to booking. You can customize how this would be displayed on your site by choosing either a button or inline style for this widget and specifying the values that appear on the results page.
Unlike our other options, this widget will present an overlay that does not navigate the guest away from your website. Instead, it results in an overlay which will guide the user through the booking or inquiry process. Having the ability to search for available dates to follow through with the booking or inquiry process makes this widget super convenient.
Click on the Integrations option on the top navigation bar then on the Widgets submenu.
Select Configure on the Interstitial Widget option.
Complete the required info on the Interstitial Widget configuration screen.
Select your AdvanceCM booking engine
Then, choose either the inline or button widget type and note the differences in the widget preview to determine which is best for your website.
Customize colors and fonts to match your desired style
Once you have customized the widget to your preferences, select the option to Copy Code from AdvanceCM and paste this into the source HTML on your site.
AdvanceCM widgets may be used on any site, including one built with WordPress. Please see instructions on how to include JavaScript code in a WordPress site here.
Though this must be done on your site directly, if you wish to have the inline form appear horizontally, simply edit the style section using the code provided below.
<style>
.iw-search-inline-form {
max-width: 100%!important;
box-shadow: none!important;
display: flex;
background-color: #c1c7c9;
}
</style>