Composer Packages - Alekseon/magento2-widget-forms GitHub Wiki
graph TD;
AlekseonEav:::baseModule-->CustomFormsBuilder:::baseModule;
CustomFormsBuilder-->CustomFormsFrontend:::baseModule;
CustomFormsEmailNotification:::addonModule-->CustomFormsBuilder;
CustomFormsFrontend:::baseModule-->WidgetForms;
CustomFormsStatistics:::addonModule-->CustomFormsBuilder;
HyväCompatModule-->WidgetForms;
WidgetFormsCloudflareTurnstile-->WidgetFormsReCaptcha:::baseModule;
WidgetFormsReCaptcha:::addonModule-->WidgetForms:::baseModule;
classDef baseModule fill:#9f6;
classDef addonModule fill:#69f;
https://github.com/Alekseon/AlekseonEav
This is the core module of the extension. It creates entities and attributes data structure and allows us to manage scopable attributes.
https://github.com/Alekseon/magento2-custom-forms-builder
This extension let you create custom forms in Admin panel.
https://github.com/Alekseon/magento2-custom-forms-frontend
This module is responsible for presenting custom forms data on frontend.
For Custom Forms Builder in version 102.2.0 and above
https://github.com/Alekseon/magento2-widget-forms
Add widgets with Custom forms to forontend views.
https://github.com/Alekseon/magento2-custom-forms-email-notification
- Send Email notification email to administrator about new records.
- Send Email confirmation email to customer.
https://github.com/Alekseon/magento2-widget-forms-re-captcha
Add Google reCAPTCHA service to protect your widget forms from fraud.
Read More
https://github.com/Alekseon/magento2-custom-forms-statistics
View with statistics for custom forms.
For Custom Forms Builder in version 102.3.0 and above
https://gitlab.hyva.io/hyva-themes/hyva-compat/magento2-alekseon-widget-forms
Optional extention for Hyvä Compatibility
https://github.com/Alekseon/magento2-widget-forms-cloudflare-turnstile
Cloudflare Turnstile form validation
Read More