As with other gadgets, this gadget requires the vcID to function.
Note: it will refuse to start up if the page protocol is not https (SSL). Additionally, you should not include the Cart Gadget on the same page as the Booking Gadget; the Booking Gadget has the cart built in. If you include the Cart Gadget on the same page as the Booking Gadget then undesired behaviour may occur.
WARNING! If you do edit the gadget code on this page, do NOT change demoMode to false. If you try and put a booking through it will work and you will be charged.
The code that started the gadget on this page is below:
<script src="//gadgets.impartmedia.com/gadgets.jsz" type="text/javascript"></script> <script type="text/javascript"> $w(function() { BE.gadget.book('#book-example',{ vcID:85, demoMode:true }); }); </script>