# Search Taxi Form

## 1: Shortcode Format

<div><figure><img src="/files/AxuVwWOxCeHjyOefIPrt" alt=""><figcaption><p>Layout 1</p></figcaption></figure> <figure><img src="/files/FdR9DeL1yH3utBK2jHN2" 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](/brw/basics/customize-template-in-theme-or-child-theme.md)

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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ovatheme.gitbook.io/brw/basics/shortcodes/search-taxi-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
