---
title: "Quick Start for Integrators"
manual: "Form"
version: "main"
permalink: "https://docs.typo3.org/permalink/typo3/cms-form:quickstartintegrators@main"
source: "QuickStartForIntegrators/Index.rst"
rendered: "2026-09-19T16:47:20+00:00"
---

# Quick Start for Integrators {#quickstartintegrators}

Are you an integrator, you or your admin have already installed the form extension
and you want to get started quickly? Just follow these steps:

1.  Include a site set

    <!-- TODO: no Markdown rendering for "versionadded" -->

    EXT:form contains a site set that can be included as described here.
    Legacy TypoScript includes are still possible
    for compability reasons but not recommended anymore.Include the "Form Framework" site set in the [site
    configuration](https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/SiteHandling/SiteSets/Index.html#site-sets) or as a dependency in a custom
    [site package](https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/SiteSets/Index.html#site_set).

    ![](../Images/SiteSet.png)
1.  Create a new form

    Go to the `Forms` module and create a new form using the form editor. With
    the form editor you can quickly build appealing forms.
1.  Move the form definition

    If required, [move the form definition into a dedicated
    extension](https://docs.typo3.org/permalink/typo3/cms-form:concepts-form-file-storages@main).
1.  Provide a translation

    Create a
    [translation](https://docs.typo3.org/permalink/typo3/cms-form:concepts-frontendrendering-translation@main)
    of your form if required by registering the .xlf file in your YAML configuration.
1.  Insert your form on a page

    The final step is inserting the form on the desired page(s).

    1.  Open the page module in the backend.
    1.  Go to the desired page.
    1.  Create a new content element of type "Form". You can find this
        on the "Form Elements" tab.
    1.  Select your new form on the "Plugin" tab.
    1.  Select "Override finisher settings" on the
        "Plugin" tab if necessary. Save the form content element.
    1.  Repeat steps 2 to 5 to insert the form on further pages.

View your form in the frontend. Enjoy!

## Legacy TypoScript includes {#quickstartintegrators-typoscript-includes}

<!-- TODO: no Markdown rendering for "versionchanged" -->

It is recommended to include the TypoScript via site set. The legacy way
of using TypoScript includes, in the past also called "TypoScript sets"
is still possible for compatibility reasons but not recommended anymore.

Open the `TypoScript` module in the backend and edit your root
TypoScript record. Under the tab "Includes", ensure that "Fluid Content
Elements" (`fluid_styled_content`) and "Form" (`form`) are among the selected
items. Save the record.

Then continue with the steps above.
