> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/en/plugins/form-toolkit/installation.md).

# Installation

## Install the plugin

1. Download the Form Toolkit from the **Shopware Store** to your shop.
2. In the admin go to **Extensions → My extensions**.
3. Click **Install** next to "PremSoft Form Toolkit" and then toggle the switch to **activate** it.

During installation the necessary database tables and the media folder **Form Toolkit Uploads** are created automatically. The email templates "New Submission" and "Customer Confirmation" are imported on first activation.

## Plugin configuration

Open **Extensions → My extensions → Form Toolkit → Configure**.

### General

| Setting                                | Effect                                               |
| -------------------------------------- | ---------------------------------------------------- |
| Activate plugin for this sales channel | Enables/disables the Form Toolkit per sales channel. |

### Uploads

| Setting                         | Effect                                                                           |
| ------------------------------- | -------------------------------------------------------------------------------- |
| Media folder for uploaded files | Where file-upload fields store their content. Default: "Form Toolkit Uploads".   |
| Allowed file extensions         | Comma-separated list, e.g. `jpg, png, pdf`. Empty = every extension is accepted. |

The allowlist applies both in the browser (file-picker filter) and on the server (validation).

## Captcha

The plugin uses the captcha standard of Shopware Core. Enable your preferred captcha provider under **Settings → Storefront → Captcha**:

* **Honeypot** — invisible bot trap, transparent to customers
* **Basic Captcha** — image-code input
* **Google reCAPTCHA v2 / v3** — external provider

The Form Toolkit automatically includes the active captcha — no per-form configuration required.

## Next steps

* [Quickstart](/en/plugins/form-toolkit/quickstart.md) — from plugin to first form
* [Admin dashboard](/en/plugins/form-toolkit/admin-dashboard.md) — build forms
* [Storefront integration](/en/plugins/form-toolkit/storefront-integration.md) — embed forms


---

# 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.premsoft.de/en/plugins/form-toolkit/installation.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.
