This code is for your website provider. If you are wanting to use one of the Pre-2021 Online Reservation modes please provide this code to your website provider. When they are done embedding the code into your site you can change your reservation mode in Admin > Reservations to a Pre-2021 mode.
Reminder: If you ever want to switch to a 2021 mode please see 2021 Online Scheduler Embed Code for instructions on how to do that.
Note: This scheduler is deprecated and new feature requests for this codebase are no longer supported.
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://zrware-reservations.s3.amazonaws.com/lib/latest.css">
<script src="https://zrware-reservations.s3.amazonaws.com/cookie/latest.js" type="text/javascript"></script>
<script src="https://zrware-reservations.s3.amazonaws.com/lib/latest.js" type="text/javascript"></script>
<script type="text/javascript">
window.ZrWareReservations({
serverUrl: 'https://reservations.zrware.com/v1/',
// The ID of the element the reservation tool should load in
element: 'reservation-form',
// The internal ID of the franchise in question
franchise: 220,
// Optional Tracking of Lead and Conversion events
trackLead: function() {
if (typeof fbq !== "undefined") {
fbq('track', 'Lead');
}
},
trackConversion: function() {
if (typeof fbq !== "undefined") {
fbq('track', 'Conversion');
}
},
// Optional overrides
// maxAppointmentsMessage: "You already have a future appointment scheduled. Please contact us at FRANCHISE_NUMBER for more information",
// blackFlagMessage: "We are unable to process your request. Please contact us at FRANCHISE_NUMBER for more information",
// error message if month has no dates
// noAvailabilityForMonthMessage: "Oops! It looks like there has been a problem. Please call us at FRANCHISE_NUMBER to book your appointment.",
// error message if date has no times
// noAvailabilityForDateMessage: "Oops! It looks like there has been a problem. Please call us at FRANCHISE_NUMBER to book your appointment.",
// URL to redirect to on completion. These should be defined with this scheduler
redirectUrl: "https://my.thankyou.page",
commercialRedirectUrl: "https://my.formsubmitted.page"
})
</script>
Comments
0 comments
Please sign in to leave a comment.