=== Starline Email Router for Contact Form 7 ===
Author: starlinewebsolu
Tags: contact form 7, email routing, conditional email, email notification, cf7
Requires at least: 6.9
Tested up to: 7.0
Stable tag: 1.0.2
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Route Contact Form 7 emails to different recipients based on submitted form field values.

== Description ==

Starline Email Router for Contact Form 7 is an independent extension that works with Contact Form 7. It lets you route form submissions to different email recipients based on what visitors enter into your form fields.

Define conditional rules that check field values and send the submission to the appropriate email address automatically.

== Features ==

* Create multiple routing rules per form
* Match conditions using equals, not equals, contains, starts with, and ends with
* Rules evaluated in order — first match wins
* No coding required
* Works alongside existing Contact Form 7 mail settings

== Installation ==

1. Upload the `starline-email-router-forms` folder to `/wp-content/plugins/`, or install via the WordPress admin Plugins screen.
2. Activate the plugin through the Plugins screen.
3. Ensure Contact Form 7 is installed and activated.
4. Edit any form in Contact Form 7 and open the "Email Routing" panel.
5. Add routing rules with field conditions and recipient email addresses.
6. Save the form.

== Frequently Asked Questions ==

= Does this replace Contact Form 7? =

No. This is an independent extension — it requires Contact Form 7 to be installed and activated and adds email routing capabilities on top of CF7's existing functionality. It is not affiliated with or endorsed by the Contact Form 7 project.

= Does it require coding? =

No. All rules are configured through a visual interface added to the Contact Form 7 form editor. No code or template files need to be modified.

= Can I create multiple rules? =

Yes. You can define as many rules as needed. Rules are evaluated in order from top to bottom, and the first matching rule determines the recipient.

== Changelog ==

= 1.0.0 =
* Initial release.

= 1.0.2 =
* Update Author
