e-Res allows you to use specific "query parameters" which you can add on to the URL of the web booking module to preselect, disable or override specific web booking user interface elements.


The query parameters available are listed below



Param NameValuesDescription
room(any room name)Pre-selects the room from room list
fix_room"T" or "F"If "T", this will disable the room selection.
dateany date in "yyyy-mm-dd" formatPreselects the calendar date
title(any text value)Overrides web booking the header title


Any spaces in URL values should be replaced with %20 to ensure compatability with all browsers.


e.g.  room=Main Bar would become room=Main%20Bar




Example

We have highlighted the web parameters which will preselect (and disable) the room selector.

<iframe 
  id="widget" 
  frameborder="0" 
  width="100%" 
  height="420"    
  src="https://book.e-res.net/widget/WEB_123ABC?room=Private%20Dining%20Room&fix_room=T"> 
</iframe>