Experience the difference of "Elite".

Inquiry Form - without Calendar or Number of Guest

Status: Closed 3 Votes
Ken T
May 18, 2021 4:52 PM
OR Team Member Joined Aug, 2019 1474 posts

How to do this is discussed on this page, under Remove Inquiry Widget Dates/Size

https://www.ownerrez.com/support/articles/hosted-website-css-magic

Admin - Getaway
Oct 30, 2020 11:13 AM
Joined Sep, 2020 13 posts

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?

Admin - Getaway
Oct 31, 2020 11:18 AM
Joined Sep, 2020 13 posts

I found the CSS workaround for this.

Nat and Tyann (
Nov 30, 2020 1:27 PM
Joined Jun, 2018 7 posts

Ryan, what was the CSS workaround?

Ken T
May 18, 2021 4:52 PM
OR Team Member Joined Aug, 2019 1474 posts

How to do this is discussed on this page, under Remove Inquiry Widget Dates/Size

https://www.ownerrez.com/support/articles/hosted-website-css-magic

Maartje v
Nov 9, 2023 5:08 AM
Joined Jun, 2023 3 posts

Hi!

Is this still possible today? Because I can't find the 'Remove Inquiry Widget Dates/Size'.

Thank you!

Maartje

Caleb M
Nov 21, 2023 4:05 PM
OR Team Member Joined Mar, 2022 114 posts

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

Maartje v
Nov 22, 2023 8:15 AM
Joined Jun, 2023 3 posts

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?