/magento2-custom-forms-builder

Create custom forms in Magento 2 Admin Panel

Primary LanguagePHPOtherNOASSERTION


Custom Forms Builder
Alekseon_CustomFormsBuilder

A Custom Form Builder for Magento 2

Let you create custom forms in Admin panel

Latest Stable Version Total Downloads Travis CI build status

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

CJM Ver. Magento 2.0 Magento 2.1 Magento 2.2 Magento 2.3 Magento 2.4
1.x

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:

  1. Create an issue and describe your idea
  2. Fork this repository
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes
  5. Publish the branch (git push origin my-new-feature)
  6. Submit a new Pull Request for review

Maintainers

Current maintainers:

See also our contributors

License

The Open Software License 3.0 (OSL-3.0)