PHPackages                             ogwebsolutions/laravel-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. ogwebsolutions/laravel-form-builder

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

ogwebsolutions/laravel-form-builder
===================================

A customizable Drag &amp; Drop form builder package for Laravel that allows you to create forms with ease.

v1.0.5(8mo ago)11335↓50%9[1 issues](https://github.com/OG-Web-Solutions/laravel-form-builder/issues)MITBladePHP ^8.0

Since Aug 19Pushed 8mo agoCompare

[ Source](https://github.com/OG-Web-Solutions/laravel-form-builder)[ Packagist](https://packagist.org/packages/ogwebsolutions/laravel-form-builder)[ RSS](/packages/ogwebsolutions-laravel-form-builder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

Laravel Drag &amp; Drop Contact Form Builder
============================================

[](#laravel-drag--drop-contact-form-builder)

A simple and customizable Drag &amp; Drop Form Builder package for Laravel, developed by [OG Web Solutions](https://www.ogwebsolutions.com/). Build and manage forms with advanced settings, email placeholders, CAPTCHA support (reCAPTCHA &amp; hCaptcha), paginated searchable submissions, CSV export, and fully extendable architecture with flexible layout support.

---

📦 Installation
--------------

[](#-installation)

1. **Install via Composer**

```
composer require ogwebsolutions/laravel-form-builder

2. Publish Config

php artisan vendor:publish --tag="ogformbuilder-config"

This will publish:

Configuration files (ogformbuilder.php, recaptcha.php, hcaptcha.php)

3. Run Migrations

php artisan migrate

🧩 Features

Drag & Drop UI for form creation
Supports multiple field types (text, select, checkbox, file, etc.)
CAPTCHA support: hCaptcha & reCAPTCHA
Submissions dashboard
Custom Blade layout support
Live form rendering
Field-level validation
Form submission tracking

🛠 Configuration

**Custom Layout Customization**

To override the default layout, update the config file:

// config/ogformbuilder.php

return [
    'layout' => 'layouts.app', // Your custom layout
];

You can also customize the url, route name and middleware in the config file.

Ensure your layout includes:

@yield('content')
@stack('scripts')

**CAPTCHA Setup**

Configure keys in .env:

RECAPTCHA_SITE_KEY=your-site-key
RECAPTCHA_SECRET_KEY=your-secret-key

HCAPTCHA_SITE_KEY=your-hcaptcha-site-key
HCAPTCHA_SECRET_KEY=your-hcaptcha-secret-key

You can switch between CAPTCHA types in form settings.

🚀 Usage

**Form Creation**
**Create a Form**
Go to /formbuilder
Click “Create New Form”
Drag fields, configure settings, save
**Manage Forms**
View all forms at /formbuilder
Edit or delete forms
**Form Settings**
Customize form fields, validation, CAPTCHA

Embed a Form

To render the form on your frontend: @ogRenderForm($formId)
Example: Use @ogRenderForm(1) to render form with ID 1.

🧱 Extending the Package

**Override Views**
To override views:
php artisan vendor:publish --tag=ogformbuilder-views
You can now customize views under:
resources/views/vendor/ogformbuilder/

**Listen to Events (Coming Soon)**
Events like FormSubmitted, FormSaved, etc. will be available to hook into.

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first.

🧾 License

This package is open-source software licensed under the MIT license.

📬 Support

For support, please email support@ogwebsolutions.com

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance57

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

265d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf03f42104410fee833f8bd2a0f906ba479a12ca1be3e9edf3f3da4d4a56d825?d=identicon)[ogwebsolutions](/maintainers/ogwebsolutions)

---

Top Contributors

[![devender-heal](https://avatars.githubusercontent.com/u/111767241?v=4)](https://github.com/devender-heal "devender-heal (6 commits)")[![rahulkumarog](https://avatars.githubusercontent.com/u/79503577?v=4)](https://github.com/rahulkumarog "rahulkumarog (1 commits)")

---

Tags

laraveldrag-and-dropform-builderformbuilderlaravel-form-builder

### Embed Badge

![Health badge](/badges/ogwebsolutions-laravel-form-builder/health.svg)

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

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

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