PHPackages                             avnsh1111/filament-dynamic-form-builder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. avnsh1111/filament-dynamic-form-builder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

avnsh1111/filament-dynamic-form-builder
=======================================

Filament v4 plugin: fully functional dynamic form builder (create, render, collect submissions).

21361PHP

Since Feb 16Pushed 4mo agoCompare

[ Source](https://github.com/Avnsh1111/filament-dynamic-form-builder)[ Packagist](https://packagist.org/packages/avnsh1111/filament-dynamic-form-builder)[ RSS](/packages/avnsh1111-filament-dynamic-form-builder/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Filament Dynamic Form Builder (Filament v4)
===========================================

[](#filament-dynamic-form-builder-filament-v4)

A Filament v4 plugin that lets you **design dynamic forms**, **render them anywhere**, **store submissions**, and **send email notifications**.

Features
--------

[](#features)

- Visual form designer using Filament's `Builder` field (text, textarea, select, radio, checkbox, toggle, number, date-time, file upload, rich editor).
- **Form sections and layout control** - create organized forms with sections and flexible field layouts.
- **Custom HTML attributes** - add custom attributes to any form field for advanced styling and behavior.
- **Email notifications** - send form submissions to multiple recipients with customizable templates.
- Runtime renderer (``) that converts saved schema to Filament form components on the fly.
- Submission storage, basic spam honeypot, and per-form success message.
- Filament Resources to manage Forms and Entries from your panel.
- Publishable views, config, routes, and migrations.
- Asset registration via Filament Asset Manager (v4).

Install
-------

[](#install)

```
composer require avnsh1111/filament-dynamic-form-builder
php artisan vendor:publish --tag=filament-dfb-config
php artisan vendor:publish --tag=filament-dfb-migrations
php artisan migrate
php artisan filament:assets
```

Register in your panel provider:

```
use Avnsh1111\FilamentDynamicFormBuilder\DynamicFormBuilderPlugin;

public function panel(\Filament\Panel $panel): \Filament\Panel
{
    return $panel
        ->plugin(DynamicFormBuilderPlugin::make()
            ->navigationGroup('Content')
            ->navigationIcon('heroicon-o-rectangle-stack'));
}
```

Render a form (frontend or anywhere Blade can run Livewire):

```

```

Config
------

[](#config)

See `config/filament-dfb.php` for route prefix, middleware, spam honeypot field name, email settings, etc.

Advanced Features
-----------------

[](#advanced-features)

### Form Sections and Layouts

[](#form-sections-and-layouts)

You can now organize your forms with sections and control the layout of fields:

- **Sections** - Create sections to organize your form fields into logical groups
- **Collapsible Sections** - Make sections collapsible for better user experience with longer forms
- **Layout Controls** - Specify fields per row (1, 2, 3, or 4) for each section
- **Field Column Spans** - Control field widths with column span settings

### Custom HTML Attributes

[](#custom-html-attributes)

Add custom HTML attributes to any form field:

- **Data Attributes** - Add data attributes for JavaScript integrations
- **CSS Classes** - Add custom CSS classes for styling
- **ARIA Attributes** - Add accessibility attributes
- **Any HTML Attribute** - Any key-value pair can be added as an attribute

### Email Notifications

[](#email-notifications)

Configure email notifications for form submissions:

- **Multiple Recipients** - Send notifications to multiple email addresses
- **Custom Templates** - Create custom email templates with form field tokens
- **Dynamic Subject Lines** - Use form field values in email subjects
- **Copy to Submitter** - Optionally send a copy of the submission to the form submitter

#### Using Field Tokens in Templates

[](#using-field-tokens-in-templates)

In both subject lines and email templates, you can use field tokens in the format `{field_name}`:

```
Thank you for contacting us, {name}!

We've received your message and will respond to {email} shortly.

Your message:
{message}

```

Contributing
------------

[](#contributing)

Contributions are welcome. Please feel free to submit a Pull Request.

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance51

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28943172?v=4)[Avinash Rathod](/maintainers/avnsh1111)[@Avnsh1111](https://github.com/Avnsh1111)

---

Top Contributors

[![Avnsh1111](https://avatars.githubusercontent.com/u/28943172?v=4)](https://github.com/Avnsh1111 "Avnsh1111 (9 commits)")[![apatel131092](https://avatars.githubusercontent.com/u/160054560?v=4)](https://github.com/apatel131092 "apatel131092 (1 commits)")

### Embed Badge

![Health badge](/badges/avnsh1111-filament-dynamic-form-builder/health.svg)

```
[![Health](https://phpackages.com/badges/avnsh1111-filament-dynamic-form-builder/health.svg)](https://phpackages.com/packages/avnsh1111-filament-dynamic-form-builder)
```

###  Alternatives

[getuilaboratory/getui-pushapi-php-client-v2

getui php client V2

4265.2k](/packages/getuilaboratory-getui-pushapi-php-client-v2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
