# Contact Form

## 1: Contact Form 1

![](https://4212765544-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZOiVMEtQvzvKpud2EtLj%2Fuploads%2FGbr8JzvndmKUngyyqtpA%2FScreen%20Shot%202022-08-08%20at%204.07.21%20PM.jpg?alt=media\&token=d01fd656-5c76-458f-b1ea-a0284d6a5ef7)

![](https://4212765544-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZOiVMEtQvzvKpud2EtLj%2Fuploads%2FXdptTxTJQ4JYrT9i6DYY%2FScreen%20Shot%202022-08-08%20at%204.06.53%20PM.jpg?alt=media\&token=f1cca030-a553-4801-81ab-4e99568803db)

Code Form

```
<div class="ova-wpcf7 ova-contact-page">
    <div class="text-email">
        <div class="ova-text">[text* your-name class:name  placeholder "Name *"]</div>
        <div class="ova-email">[email* your-email class:email  placeholder "Email *"]</div>   
    </div>
    <div class="ova-subject">[text your-subject class:subject  placeholder "Subject"]</div>
    <div class="ova-textarea">[textarea your-message class:comment  placeholder "Comment"]</div>
    <div class="ova-submit ova-contact-submit">
    <button type="submit" class="wpcf7-form-control has-spinner wpcf7-submit"><span>Submit</span></button>
    </div>
</div>
```


---

# 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://ova-themes.gitbook.io/tripgo/other-settings/contact-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.
