Instant Livewire Forms

Leverage the power of Livewire for your Statamic forms, and enjoy beautiful components for rendering with just 1 line of code.

1.2.0

September 24th, 2026

What's New

  • Added render-hidden attribute to control whether hidden fields (in the blueprinst) should be rendered as hidden fields (in the DOM) or not in https://github.com/allyoullneed/livewire-forms/pull/9
  • Added Livewire and Statamic (PHP) events triggered when the form is submitted.
  • Added reset-after-submit attribute (default true) to prevent the form from resetting to default values after submitting it.
  • Added submission-id attribute to edit an existing form submission in Statamic.
  • Added 'on-submit' attribute to replace the default action triggered on submission by a JS code to be executed.

Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.1.3...v1.2.0

1.1.3

September 18th, 2026

Updated version constraints

Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.1.2...v1.1.3

1.1.2

September 15th, 2026

What's Changed

  • Followed change of capitalization from TextArea to Textarea by @AtmoFX in https://github.com/allyoullneed/livewire-forms/pull/8

Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.1.1...v1.1.2

1.1.1

April 11th, 2026

What's Fixed

  • Removed the padding around the arrows of wizard forms by @AtmoFX in https://github.com/allyoullneed/livewire-forms/pull/6
  • Register components on every init for php artisan commands by @AtmoFX in https://github.com/allyoullneed/livewire-forms/pull/7

Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.1.0...v1.1.1

1.1.0

April 9th, 2026

What's Changed

  • Wizard forms by @AtmoFX in https://github.com/allyoullneed/livewire-forms/pull/4 / https://github.com/allyoullneed/livewire-forms/pull/5

Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.0.2...v1.1.0

1.0.2

April 3rd, 2026

What's Changed

  • Disclaimer: Reduced helper line by @AtmoFX in https://github.com/allyoullneed/livewire-forms/pull/3

Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.0.1...v1.0.2