The purpose of this gadget is to authenticate a guest or agent on your site. This gadget should be included on any page that you want the user to be able to log into, or that you want to show the details of the currently logged in user.
If this gadget is included on the same page as the booking gadget, it will pre-populate the user's contact details, and bookings will be stored against their Bookeasy account.
Note: This gadget will refuse to start up if the page protocol is not https (SSL).
The code that started this page's gadget is below:
<script src="//gadgets.impartmedia.com/gadgets.jsz"></script> <script type="text/javascript"> $w(function() { BE.gadget.auth('#auth-example', { providers: [ "Guest" ] ); }); </script>