How to do this is discussed on this page, under Remove Inquiry Widget Dates/Size
https://www.ownerreservations.com/support/articles/hosted-website-css-magic
I am trying to setup an OwnerRez hosted website and wanted to add a "Contact" page with a general contact form. Support suggested I use the Booking/Inquiry widget to create my contact form and embed it into a custom page. Sounded like a simple enough solution, but I can't figure out a way to NOT have the calendar or the number of adults/guests field display on the inquiry form widget. I'd really like to have this inquiry form for potential property owners who would like to use our management services not booking a place. This limitation means this widget is really cemented to be just a booking form not a flexible booking/inquiry widget. I am hoping maybe I'm just missing something, but if not then perhaps this is a new feature request?
I found the CSS workaround for this.
Ryan, what was the CSS workaround?
How to do this is discussed on this page, under Remove Inquiry Widget Dates/Size
https://www.ownerreservations.com/support/articles/hosted-website-css-magic
Hi!
Is this still possible today? Because I can't find the 'Remove Inquiry Widget Dates/Size'.
Thank you!
Maartje
Hi Maartje,
Something like the following should do the trick,
.date-holder { display: none; }
.size-holder { display: none; }
Be sure the widget is set to allow inquiries without dates or hiding the dates will just create an unusable form. If it's still giving you difficulty please feel free to reach out to our helpdesk and we'll see if we can provide more precise help.
~Caleb
Great, this has worked. Thanks so much, Caleb! The only issue is that it still shows the discount code. Any way to take this away as well?