Skip to main content

Form

A powerful form component with client-side validation, AJAX submission, and seamless Extbase integration.

Features

Installation

typo3 ui:add form

Read more about installing Components and Primitives.

Anatomy

<primitives:form.root>
    <primitives:field.root>
        <primitives:field.label />
        <primitives:field.control asChild="{true}">
            <!-- Your form input here -->
        </primitives:field.control>
        <primitives:field.error />
    </primitives:field.root>
    <primitives:form.submit />
</primitives:form.root>