Category:Multiple Properties: Difference between revisions
Jump to navigation
Jump to search
| Line 62: | Line 62: | ||
To always show the search criteria on page load without clicking "Advanced Search" go to {{#fas:cog}} (SETTINGS) > BOOKING ENGINE > MULTI BOOKING PAGE > DEVELOPERS and add | To always show the search criteria on page load without clicking "Advanced Search" go to {{#fas:cog}} (SETTINGS) > BOOKING ENGINE > MULTI BOOKING PAGE > DEVELOPERS and add | ||
<code> <script> | |||
$( document ).ready(function() { | |||
$("#collapseAdvancedSearch").show(); | |||
}); | |||
</script></code> | |||
in "Advanced HTML Settings". | in "Advanced HTML Settings". | ||