Magento 2 Form Creator Extension authorizes the admin to create multiple forms for lead capture, feedback, collect client queries, and analyze the report as per the received reply.
The created form can be added to any page of the website and the admin can insert checkbox, date field, file upload, number, radio button, select, text field/area options in the form.
Option to view the response of the customer and created form list is available at the admin panel to let the admin manage everything from one place.
Features of Magento 2 Form Creator
- Admin can add custom fields to the form.
- Different types of custom fields i.e. checkbox, date field, file upload, number, radio button, select, text field/area options are available for admin to choose from.
- Admin gets the option to make custom fields mandatory.
- Admin can create multiple custom forms in Magento 2.
- Registered customers or visitors both can submit the form.
- Admin can add the custom form on the website.
- Admin can choose sections to display the form on the website.
- Allows admin to show form at the front-end using the widget.
- Admin gets the option to make custom fields mandatory.
- Admin can view the created form list available at the admin panel.
- A form can be submitted securely with Google Recaptcha feature.
- Admin can see all the responses.
- Allows admin to create custom forms magento 2 using drag and drop.
- Admin can see the response of a particular form.
- Admin will get the response’s email.
Installation of Magento 2 Form Creator
Clients will get a zip folder and they have to extract the contents of this zip folder on their system. The extracted folder has an src folder, inside the src folder you have the app folder.
You require to transfer this app folder into the Magento2 root directory on the server as shown below.
After the successful installation, you have to run these commands in the Magento2 root directory:
First command:
php bin/magento setup:upgrade
Second Command:
php bin/magento setup:di:compile
Third Command:
php bin/magento setup:static-content:deploy
After running the commands, you have to flush the cache and reindex from the Magento 2 admin panel.
Magento 2 form Creator Support Multi-Lingual
For multilingual support, the admin will navigate through Store->Configuration->General ->Locale Options and select the locale as German (the language into which admin wants to translate his store content).
Magento 2 form Creator Language Translation
If the user wants to translate their module from English to German then they need to follow the path
app/code/Webkul/FormBuilder/i18n in their unzipped FormBuilder folder and will get a CSV file with name “en_US.csv”.
Now they will rename that csv as “de_DE.csv” and translate all right side content after the comma in the German language. After editing the CSV, save it and then upload it to the
path app/code/Webkul/FormBuilder/i18n where they have installed Magento2 on their server. The module will get translated into the German Language. It supports both the LTR and RTL languages.
The user can edit the CSV like the image below:
Magento 2 Form Builder Configuration
After installing the module, you will be able to see the configuration panel under Stores-> Configuration-> Webkul-> Form Builder and admin can configure General Setting and Email Template to get the update on the form submission part.
Original Published: https://webkul.com/blog/survey-management-module-lead-capture-plugin/
More About: Headless Laravel CMS