# Search Taxi Form

## 1: Shortcode Format

<div><figure><img src="https://4082525133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa2OkFafBNY1uvQO4naAL%2Fuploads%2FSXUZioQf20T2X69hFIjv%2FScreen%20Shot%202024-07-31%20at%2014.24.02.png?alt=media&#x26;token=eb0aba6b-5209-4a8b-8810-287881389b31" alt=""><figcaption><p>Layout 1</p></figcaption></figure> <figure><img src="https://4082525133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa2OkFafBNY1uvQO4naAL%2Fuploads%2FG71zDebSFtesWzb2gCUR%2FScreen%20Shot%202024-07-31%20at%2014.22.42.png?alt=media&#x26;token=08bf38d8-e3aa-45f3-bf9c-4b15c39062ab" alt=""><figcaption><p>Layout 2</p></figcaption></figure></div>

```
[ovabrw_search_taxi layout="layout1" column="2" fields="pickup-location|dropoff-location|pickup-date|category|number-seats|quantity|price-filter" default_category="" incl_category="" excl_category="" custom_taxonomies="" orderby="date" order="DESC" map_type="geocode" bounds="" lat="" lng="" radius="" restrictions="" /]
```

Some params:

**layout:** layout1, layout2

**column**: 1, 2, 3, 4, 5

**fields**: pickup-location|dropoff-location|pickup-date|category|number-seats|quantity|price-filter

**default\_category**: term\_slug

**incl\_category**: Insert Category ID in dropdown. Example: 123|456

**excl\_category**: Remove Category ID in dropdown. Example: 123|456

**custom\_taxonomies**: Insert Slug of custom taxonomy. Example: brw\_color|brw\_year

**result\_url:** Insert URL page to dipslay results.

**orderby**: date

**order**: DESC

**map\_type**: geocode

**bounds:**&#x20;

**lat:**&#x20;

**lng:**&#x20;

**radius:**&#x20;

**restrictions**: Ex: AU|US|FR|VI

## 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;

```
// If choose default layout
plugins/ova-brw/ovabrw-templates/shortcode/search-taxi.php

// If choose layout2
plugins/ova-brw/ovabrw-templates/shortcode/search-taxi2.php
```
