Form Management

Efficient communication via forms

Simple Data Transfer

You can easily transfer the data submitted through the form on your website via API, CSV, Mail or JSON. 

Create Forms with just a few Clicks

Standard form elements, validity checks and plausibility checks are available out of the box in Neos. Additionally, you can create forms with multiple steps and configure dependencies between the entries of the individual stages with the Neos.Fusion.Form or the Flow Form Framework packages.

Form Entry Validation

You can use the included form field validations and also integrate validation checks for field entries against external systems (via API) using PHP (e.g.: validation of phone number, email address formats, etc.).

Advanced Settings

The packages in Neos also enable you to create dependencies between form fields so that you are able to influence selections and entries for fields, the display of fields and the content filling of selection fields depending on previous field entries.

Screenshot 2025-02-04 at 16.06.45.png
Basic contact form that comes directly out of the box with Neos.

The basic contact form includes built-in validation checks for standard form fields.

For custom form configuration, use the Neos.Fusion.Form package or the Flow Form framework
With these packages you can incorporate complex forms with inter-field dependencies and custom validation checks.

You can find more detailed information on the use of both frameworks here in the Neos Docs.