# Search Form
With the search form you can create an easy form to implement on your website. In this form the guest can already select an accommodation, date and the people he/she is traveling with.
# Examples
<script src="https://unpkg.com/vue"></script>
<script src="https://booking-engine.camping.care/cc-search-and-book.js"></script>
<script>
const cc_settings = {
arrival: 'YYYY-MM-DD',
departure: 'YYYY-MM-DD',
accommodation_id : 0,
public_key : '',
language : 'nl',
admin_id : 77,
hide_search_form: true,
birth_tables : [
{
birthdate: "2013-08-02",
count:1
},
{
birthdate: "1977-03-07",
count:1
}
]
}
</script>
<cc-book-form></cc-book-form>
# Horizontal bar
https://booking-engine.camping.care/demo-cc-search-and-book.html
# Inline bar
https://booking-engine.camping.care/demo-cc-search-and-book-inline.html