Hi, thank you for this wonderful module. the issue I encountered is the search results being displayed on both the block and the search page. (I've tested this on several themes and all have the same problem).
I also noticed that if I clicked on a date in the past, results would only show up under the form block and not on the search page, does this mean the form block doesn't go through validation?

Please point me in the right direction, any help is appreciated.

Comments

larowlan’s picture

Status: Active » Closed (duplicate)

Make sure the block is hidden on the search results page (using block visibility settings).

cfemocha’s picture

thank you for your reply. I've tried that but would really like to have the form on the left side and the results on the search page. Is there any way to do that?

larowlan’s picture

You will need a theme override.
There is a theme template for the form.
Copy that to your theme and edit it so the form is wrapped in a separate container to the results (if not already).
Then use css to make the form on the left, rest on the right.
You'll need a page template for that path too - copy your page.tpl.php to page--hotel-booking--search.tpl.php (from memory it is hotel-booking/search) and remove the sidebar from that.

You should be able to get some help in #drupal-support on irc if you're not sure how to do this kind of theming.