1. Search Form

What it does

Users will enter the criteria of their search for a place to stay into the search form.

This form will create an Enquiry on the Staylists platform, and then redirect your users to the Enquiry URL you configure in your Staylists account. The redirect will append the Enquiry ID to the URL.

Embed it yourself

Insert this Javascript wherever you’d like the search form to appear.

<script>
  Staylists({
    host: 'devdemo.staylists.com',
    path: '/enquiries/new'
  })
</script>

Give it a whirl

Our demo properties are all in Suffolk

If you're struggling to get this working, have another read of the fundamentals and check you haven't missed anything.