The Confirmation Gadget is designed to be included on the confirmation URL which is supplied as a parameter to the Booking Gadget.
Unlike other gadgets mentioned within these documents, the Confirmation Gagdet does not require or accept any settings. This gadget exists only to show the link to the itinerary PDF file. It creates this link inside the specified selector element.
Below is a basic version of the Confirmation Gadget initialisation code:
<script src="//gadgets.impartmedia.com/gadgets.jsz" type="text/javascript"></script> <script type="text/javascript"> $w(function() { BE.gadget.confirm('#confirm-example'); }); </script>
Each option is described below. Click the title to see more information.