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

# Sending a Form

Creating forms is easy, and after they have been assigned to a service you will want your customers to fill them out. SimpleSpa makes it easy for you to automatically attach form links for your clients to fill out when they book an appointment.

First you should add the **\[FORMS]** tag in the email notifications you will want your forms to automatically show up in the emails (Online Booking & Email Reminders)

<figure><img src="/files/vU5ZoyYo5oA6gG1P2XQI" alt=""><figcaption><p>Email Template with the [FORMS] tag</p></figcaption></figure>

Second when an appointment is booked online your clients will receive their automatic notification with the forms as links for them to fill out, if you have added the appointment then you should hit the "Send Email" button so you can send out the automated email (\*same as online booking email) with the forms showing up automatically for the service that was booked

Finally when your client has filled out the form, the Orange Form button in the appointment will show up as Blue and you can click and review their response

<figure><img src="/files/SqOpn55vrnngAGpCcsiR" alt=""><figcaption><p>Orange non-completed form buttons</p></figcaption></figure>

<figure><img src="/files/i9KLLZez0uKnyv3qTk00" alt=""><figcaption><p>Blue completed form button</p></figcaption></figure>

Clicking Orange button will bring up a new tab/window for the form to be completed

Clicking on the Blue button will bring up the completed form to review the response provided, completed forms are accessible only within the business and not by the end user/client that has completed the form


---

# 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.simplespa.net/simplespa-documentation/fundamentals/forms/sending-a-form.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.
