For instances when a 3rd party developer has implemented the gadgets into multiples sites or wishes to change the booking 'source' parameter to read something else other than "Online", they can modify and apply the following bit of code to the secure booking page: 


$w(function() { 
 BE.gadget.book("#gadget",{  
  vcID:133,  
  itineraryCSS: 'http://www.mydomain.com/css/tinerary-pdf.css',   
  confirmationURL: 'https://www.mydomain.com/booking-confirm',  
  bookedBy: 'Mobile',  
  eventTrackingIsRequired: true 
 });
});



This code will only appear on the secure booking page.


The css file is used to generate the confirmation pdf that is shown on the second step, the confirmation gadget page.