> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/paper/sections/forms/contact-form.md).

# Contact form

### Section overview

The Contact section provides a customizable contact form for visitors to send messages directly through your Shopify store.

#### Common Use Cases

* Customer service inquiries and support requests
* Feedback collection from customers
* Business partnership inquiries
* Newsletter or product update subscriptions

#### Usage Tips

* Keep the form simple with only essential fields to increase completion rates
* Clearly indicate required fields to reduce form abandonment
* Place the contact form strategically on pages where visitors might need assistance
* Consider adding a checkbox for privacy policy consent or newsletter opt-in
* Test the form on various devices to ensure responsive behavior across screen sizes

### Section Settings

| Setting              | Description                                                    |
| -------------------- | -------------------------------------------------------------- |
| Heading              | Text displayed as the form title                               |
| Spacing top          | Controls the amount of space above the section (0-300px)       |
| Spacing bottom       | Controls the amount of space below the section (0-300px)       |
| Color scheme         | Sets the background and text color combination for the section |
| Border color         | Determines the color of any borders in the section             |
| Button color         | Sets the color style for the submit button                     |
| Border position      | Controls where borders appear around the section               |
| Horizontal alignment | Determines the horizontal positioning of the form              |
| Visibility           | Controls section visibility across different device types      |

### Block Settings

#### Field

This block allows you to add custom form fields to the contact form. You can add up to 50 field blocks.

| Setting           | Description                                                                     |
| ----------------- | ------------------------------------------------------------------------------- |
| Input label       | Text displayed as the field label                                               |
| Input placeholder | Text displayed inside the field before the user enters information              |
| Input type        | Determines the field type (single line input, multi-line textarea, or checkbox) |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.brickspacelab.com/paper/sections/forms/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.
