=== AbdullahWP Contact Sync for Brevo and Elementor Forms === Tags: brevo, brevo elementor, elementor forms, elementor pro forms, email marketing Requires at least: 6.0 Tested up to: 7.0 Requires PHP: 7.4 Requires Plugins: elementor Stable tag: 1.0.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Adds a Brevo Subscribe action to Elementor Pro Forms. == Description == AbdullahWP Contact Sync for Brevo and Elementor Forms adds a server-side Elementor Pro Form action that creates or updates a Brevo contact and adds that contact to selected Brevo lists. Features: * Settings page under Settings > AbdullahWP Contact Sync for Brevo and Elementor Forms. * API key storage with ABDWP_BECS_BREVO_API_KEY wp-config.php override support. * Test connection button. * Brevo list sync button. * Synced list selector in Elementor form action controls. * Manual list ID fallback. * Standard mappings for email, FIRSTNAME, LASTNAME, and SMS. * Optional custom attribute mapping. * Optional strict error mode for form submissions. * Optional uninstall cleanup. This plugin requires Elementor and Elementor Pro Forms. == Installation == 1. Upload the abdullahwp-contact-sync-for-brevo-elementor folder to /wp-content/plugins/. 2. Activate AbdullahWP Contact Sync for Brevo and Elementor Forms from Plugins. 3. Go to Settings > AbdullahWP Contact Sync for Brevo and Elementor Forms. 4. Add your Brevo API v3 key or define ABDWP_BECS_BREVO_API_KEY in wp-config.php. 5. Click Test Connection. 6. Click Sync Brevo Lists. 7. Edit an Elementor form and add Brevo Subscribe under Actions After Submit. == Brevo Attributes == Brevo contact attributes must already exist in your Brevo account. Standard mappings use FIRSTNAME, LASTNAME, and SMS. Custom mappings use one line per attribute: COMPANY=company JOB_TITLE=job_title The left side is the Brevo attribute name. The right side is the Elementor field ID. == External services == This plugin connects to the Brevo API to test the configured API connection, retrieve contact lists, and create or update contacts after an Elementor form is submitted. When an administrator tests the connection or synchronizes lists, the plugin sends the configured API key to Brevo. When a visitor submits a form configured with the Brevo action, the plugin sends the visitor's mapped form data, which can include their email address, name, phone number, custom attributes, and the selected Brevo list IDs. This data is sent only when an administrator initiates an API action or a configured form is submitted. Brevo provides this service. Review its terms of service at https://www.brevo.com/legal/termsofuse/ and its privacy policy at https://www.brevo.com/legal/privacypolicy/. == Changelog == = 1.0.1 = * Plugin URL Updated. = 1.0.0 = * Initial release.