# Search Hotel Form

## 1: Shortcode Format

<figure><img src="https://4082525133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa2OkFafBNY1uvQO4naAL%2Fuploads%2FuV1FSm6dsvjUMQZxfNAs%2Fimage.png?alt=media&#x26;token=66a52399-f211-48d9-bb3e-b209ee650ef4" alt=""><figcaption></figcaption></figure>

```
[ovabrw_search_hotel field_1="category" field_2="pickup_date" field_3="dropoff_date" field_4="guest" field_5="" field_6="" field_7="" field_8="" default_cat="" category_in="" category_not_in="" list_taxonomy_custom="" card="card1" columns="column4" orderby="date" order="DESC"  /]
```

Some params:

**field\_1:** You can display one of the following fields: **name, category, pickup\_date, dropoff\_date, guest, attribute, quantity, tags, price\_filter**

**field\_2:** You can display one of the following fields: **name, category, pickup\_date, dropoff\_date, guest, attribute, quantity, tags, price\_filter**

**field\_3:** You can display one of the following fields: **name, category, pickup\_date, dropoff\_date, guest, attribute, quantity, tags, price\_filter**

**field\_4:** You can display one of the following fields: **name, category, pickup\_date, dropoff\_date, guest, attribute, quantity, tags, price\_filter**

**field\_5:** You can display one of the following fields: **name, category, pickup\_date, dropoff\_date, guest, attribute, quantity, tags, price\_filter**

**field\_6:** You can display one of the following fields: **name, category, pickup\_date, dropoff\_date, guest, attribute, quantity, tags, price\_filter**

**field\_7:** You can display one of the following fields: **name, category, pickup\_date, dropoff\_date, guest, attribute, quantity, tags, price\_filter**

**field\_8:** You can display one of the following fields: **name, category, pickup\_date, dropoff\_date, guest, attribute, quantity, tags, price\_filter**

**default\_cat**: It is term\_slug

**category\_in**: term\_id: 123|456

**category\_not\_in**:  term\_id: 123|456

**columns**:  column1, column2, column3, column4, column5

**list\_taxonomy\_custom**

**card:** card1, card2, card3, card4, card5, card6

**orderby**

**order**

## 2: Customize Template

[Read here to know how to customize template in child theme](https://ovatheme.gitbook.io/brw/basics/customize-template-in-theme-or-child-theme)

You can customize template in&#x20;

```
plugins/ova-brw/ovabrw-templates/shortcode/search-hotel.php
```
