Let you create custom forms in Admin panel
In your Magento2 root directory, you may install this package via composer:
composer require alekseon/custom-forms-builder
bin/magento setup:upgrade
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
CJM Ver. | Magento 2.0 | Magento 2.1 | Magento 2.2 | Magento 2.3 | Magento 2.4 |
---|---|---|---|---|---|
1.x | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
Create as many forms as you need. Define the title and the fields. You can choose from field types:
Thanks to the EAV structure, you can manage every field of your form similarly to how you manage regular attribute in Magento.
You can view and manage the form applications by regular Magento grid
Please refer to Alekseon_WidgetForms if you want to be able to add these forms to CMS pages for your customers.
@Todo
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.
If you want to contribute please follow the below instructions:
git checkout -b my-new-feature
) git push origin my-new-feature
) Current maintainers:
See also our contributors