વર્ણન
This addon for Elementor Pro introduces a new “Actions After Submit” option in the settings of the Elementor form widget. It enables the addition of a new subscriber (currently supporting firstname and email) to a MailWizz installation, utilizing its API Key.
Latest Updates
1.0
- Initial release of the plugin.
- Integration with MailWizz API to add subscribers from Elementor Pro forms.
- Support for custom field mapping between Elementor forms and MailWizz fields.
- GDPR compliance with consent checkbox support.
- Debugging support via
WP_DEBUG
to log API requests and responses.
સ્ક્રીનશોટ
Elementor form configuration with fields for “Name”, “Email”, and a required GDPR acceptance checkbox with custom consent text. The “MailWizz” action is now available and selected in the “Actions After Submit” panel of the Elementor form widget, alongside native Elementor Pro actions. MailWizz action settings where you can configure the MailWizz URL, list ID, API key, and map Elementor form fields to MailWizz subscriber data, including GDPR consent handling. Example of a debug log entry showing the MailWizz API request and response. The response includes a 422 error indicating that the required GDPR consent field was not provided. Successful debug log showing a 201 response code from the MailWizz API, confirming that the subscriber was created successfully with the provided data. Frontend view of an Elementor form with GDPR consent, configured with the “MailWizz” action, showing a successful submission confirmation after data was sent correctly.
સ્થાપન
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Elementor Form Widget->Content tab->Actions After Submit->MailWizz screen to configure the plugin
એફએક્યુ (FAQ)
-
Does this plugin require Elementor Pro?
-
Yes, this plugin requires Elementor Pro as it extends the form functionality of Elementor Pro.
-
Does this plugin require MailWizz?
-
Yes, this plugin requires a MailWizz installation as it adds subscribers to a MailWizz list.
-
Does this plugin manage the GDPR consent requirement for MailWizz lists?
-
Yes, you will need to fill in the MailWizz Consent Checkbox Tag field and the plugin will send the necessary information to MailWizz.
-
Something is not going well, can I look at the request sent to the API or the response received from the API?
-
Of course ! In your
wp-config
file, activate debug withdefine('WP_DEBUG', true );
, test your form then consult yourdebug.log
file located in thewp-content
folder, you will be able to examine a log of the request sent but also of the response received. -
Who are the developers?
-
Ludovic S. CLAIN from Reunion island 🇷🇪 who has the honor of being part of the WordPress community
-
Can I help you?
-
Of course! Please contact me by opening a support ticket, it’s always a blessing to have help on a plugin.
સમીક્ષાઓ
આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.
ફાળો આપનાર & ડેવલપર્સ
“Form2Wizz – MailWizz integration for Elementor forms” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, જોવોઅસ્વીએન રેપોઝિટરીમાંથી,અથવા સબ્સ્ક્રાઇબ કરોડેવલપમેન્ટ દ્વારાઆરઅસઅસ.
ચેન્જલૉગ
For the complete changelog history, please click here or refer to the separate “changelog.txt” file included in the plugin directory.