I want to create an inquiry form that asks for dates to book a house, then have the owner of the site approve the inquiry, and then when anyone is searching for those particular dates not have the listing appear for that particular house in search results. is that even possible?
Hello. Thank you for contacting the Toolset support.
Well - you can obviously have post type "Houses" and then custom date field that is assigned to display with "Houses" post type and then you can create a post form that will allow the user to create new house entry and when you create the post form you can select the post status should be "Pending Review".
Later - you can create a view to display the posts based on the search date and compare the booking date and it should display only houses where booking date does not fall in the search date range.