alekseon / custom-forms-builder
N/A
Installs: 14 122
Dependents: 3
Suggesters: 0
Security: 0
Stars: 32
Watchers: 7
Forks: 13
Open Issues: 1
Type:magento2-module
- dev-master
- 102.3.13
- 102.3.12
- 102.3.11
- 102.3.10
- 102.3.9
- 102.3.8
- 102.3.7
- 102.3.6
- 102.3.5
- 102.3.4
- 102.3.3
- 102.3.2
- 102.3.1
- 102.3.0
- 102.2.3
- 102.2.2
- 102.2.1
- 102.2.0
- 102.1.2
- 102.1.1
- 102.1.0
- 102.0.8
- 102.0.7
- 102.0.6
- 102.0.5
- 102.0.4
- 102.0.3
- 102.0.2
- 102.0.1
- 102.0.0
- 101.0.0
- dev-dev
- dev-unit-test
- dev-tabs-group-fields-in-tabs
This package is auto-updated.
Last update: 2024-11-14 18:45:06 UTC
README
Alekseon_CustomFormsBuilder
A Custom Form Builder for Magento 2
Let you create custom forms in Admin panel
Installation
In your Magento2 root directory, you may install this package via composer:
composer require alekseon/custom-forms-builder
bin/magento setup:upgrade
Dependencies
This extension gives you possibility to create forms in admin panel. If you want to place them on frontend by CMS content, please check this extension: Alekseon_WidgetForms
Support
Features
Create fully customized forms in Magento2 Admin Panel
Create as many forms as you need. Define the title and the fields. You can choose from field types:
- Text Field
- Text Area
- Yes/No
- Dropdown
- Multiple Select
- Date
- Image
Manage fields as regular attributes
Thanks to the EAV structure, you can manage every field of your form similarly to how you manage regular attribute in Magento.
Add and access your form objects easily
You can view and manage the form applications by regular Magento grid
Add Forms to CMS Pages
Please refer to Alekseon_WidgetForms if you want to be able to add these forms to CMS pages for your customers.
Email notifications
@Todo
Issue Tracking / Upcoming Features
For issues, please use the issue tracker.
Issues keep this project alive and strong, so let us know if you find anything!
We're planning on pumping out a ton of new features, which you can follow on our project page.
Development / Contribution
If you want to contribute please follow the below instructions:
- Create an issue and describe your idea
- Fork this repository
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes
- Publish the branch (
git push origin my-new-feature
) - Submit a new Pull Request for review
Maintainers
Current maintainers:
See also our contributors