Introduction

Render all your forms in 1 line, with new input fields and with the power of Livewire.

#Example

Statamic forms are rendered in 1 line, using the <livewire:statamic-form> tag.

<livewire:statamic-form in="contact_form" />

The rendering of the form is done by:

Here is an example of a simple form for your users to contact you. It implements a few simple fields with validation.

Contact

Your Email
Required
Name
Your comment
Required

This specific form and the other forms on this site are just demonstration, so nothing is saved upon submission.
The forms you create for your site, of course, save data into Statamic's form submissions.