Attractions suggested through form

I would like to create a ‘tripadvisor’ style website, but I want users to fill out a form, press submit, and then a new page loads with suggestions that I have already added in the data section.

For example they select dog friendly, within 10 miles from the city centre, and wheelchair accessible. And then it suggests all the attractions that fit those filters.

Please help!

All you need to do is make it so you perform a search and use the selected values from the form as the constraints of that search…various ways to achieve, one of which could be use of URL parameters to hold the values selected from the form or even use the database to save the selected values from the form.