> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/forms.md).

# Forms

- [Building with forms](https://docs.roadmap.so/forms/building-with-forms.md): Create a form, configure its fields and settings, then place it in your theme.
- [Add a form to your theme](https://docs.roadmap.so/forms/add-a-form-to-your-theme.md): Place a form in the theme editor, set the handle, and enable reCAPTCHA when needed.
- [Enable reCAPTCHA spam protection](https://docs.roadmap.so/forms/enable-recaptcha-spam-protection.md): Protect forms from bot submissions with Google reCAPTCHA v2 Invisible, then place the site and secret keys in the correct settings.
- [Customise form design](https://docs.roadmap.so/forms/customise-form-design.md): Adjust spacing, borders, labels, shadows, and sizing for the storefront form.
- [Email notifications and templates](https://docs.roadmap.so/forms/email-notifications-and-templates.md): Choose recipients, set where replies go, edit customer and admin templates, and send test emails.
- [View form submissions](https://docs.roadmap.so/forms/view-form-submissions.md): Open submitted entries, review captured values, and confirm the form is collecting the right data.
- [Save into a customer profile](https://docs.roadmap.so/forms/save-into-a-customer-profile.md): Save form details against a customer record and create the profile if it does not exist.
- [Push to customer metafields](https://docs.roadmap.so/forms/push-to-customer-metafields.md): Store form submissions in a customer metafield when the customer is identified.
- [Link form to product purchase](https://docs.roadmap.so/forms/link-form-to-product-purchase.md): Attach a form to the purchase flow when the form must be tied to a product order.
- [Trigger Klaviyo on submit](https://docs.roadmap.so/forms/trigger-klaviyo-on-submit.md): Fire a Klaviyo event on form submission and understand how it changes email behaviour.


---

# 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://docs.roadmap.so/forms.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.
