Download the PHP package madbox-99/filament-form-builder without Composer
On this page you can find all versions of the php package madbox-99/filament-form-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download madbox-99/filament-form-builder
More information about madbox-99/filament-form-builder
Files in madbox-99/filament-form-builder
Package filament-form-builder
Short Description Embeddable form builder for Laravel with a Filament v5 admin panel. Drop a JS snippet into any HTML page and collect form submissions through the Filament admin.
License MIT
Informations about the package filament-form-builder
Filament Form Builder
Embeddable form builder for Laravel with a Filament v5 admin panel.
Drop a <script> tag into any HTML page (WordPress, static site, SPA) and collect form submissions in your Filament admin.
Features
- Filament v5 resources for forms + submissions
- Livewire-powered public form renderer (full page, iframe-friendly embed, or one-liner JS widget)
- Repeater-based field builder in the admin (text, email, phone, number, textarea, select, checkbox, date)
- Per-form submission actions (save to DB, auto-create lead, notify email addresses)
FormSubmissionProcessedevent for app-specific side effects (Lead creation, CRM push, Slack notification...)- Pluggable multi-tenancy — any Eloquent model with a slug column works
- Route-served widget JS with ETag cache busting — no publish step
Installation
Set your tenant model in config/filament-form-builder.php:
Register the plugin in your Filament panel provider:
Embed a form
From the form edit page, copy one of three snippets:
JS widget (recommended — auto-resizes, handles redirects):
Iframe:
Direct link: https://your-app.test/forms/{slug}
App-side integrations via event
The package dispatches Madbox99\FilamentFormBuilder\Events\FormSubmissionProcessed
after every successful submission. Listen to create app-specific records:
License
MIT
All versions of filament-form-builder with dependencies
laravel/framework Version ^11.0 || ^12.0 || ^13.0
filament/filament Version ^4.0 || ^5.0
livewire/livewire Version ^3.0 || ^4.0