> For the complete documentation index, see [llms.txt](https://sitesbyseth.gitbook.io/sitesbyseth-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sitesbyseth.gitbook.io/sitesbyseth-docs/skeleton/sections/main-contact.md).

# Contact form

The contact page template: your page content as an intro, then a form with name, email (required), optional phone, optional order number, and a message box (required). Successful sends show a confirmation message; validation errors display above the form.

**Submissions are emailed to your store's sender email** — set under **Settings → Notifications** in your Shopify admin. Nothing is stored in the theme.

**Where to find it:** create a page with the **contact** template (**Online Store → Pages → Add page → Template: contact**), then in the theme editor use the page selector → **Pages → Contact**. Full setup steps in [Other pages](/sitesbyseth-docs/skeleton/pages.md).

## Settings

* **Show phone field** (on by default).
* **Show order number field** (off by default) — turn on if most of your inbox is order support; it saves a follow-up email every time.
* **Max content width** (500–1200 px, default 700).

### Section style

* **Top padding** / **Bottom padding** (0–120 px, default 64), **Background color**, **Text color**.

## No blocks

The intro text above the form is just the page's own content — edit it under **Online Store → Pages**.

💡 **Pro tip:** use the intro to set expectations ("We reply within one business day, Mon–Fri") — it measurably cuts duplicate messages. And double-check the sender email in **Settings → Notifications** actually reaches an inbox someone opens.


---

# 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, and the optional `goal` query parameter:

```
GET https://sitesbyseth.gitbook.io/sitesbyseth-docs/skeleton/sections/main-contact.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
