=== Conditional Fields ===
Contributors: snehalpancholi
Tags: forms, conditional logic, contact form, form builder
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Build smart forms where fields show/hide based on previous field values.

== Description ==
Conditional Fields lets you build forms where fields appear or hide based on what users enter in previous fields. Create forms via the admin panel and embed them anywhere with a shortcode.

**Features**
* Visual form builder — add, reorder, and delete fields without code
* Six field types: text, email, textarea, select, radio, checkbox
* Per-field conditional rules: equals / not equals / contains
* Real-time show/hide with smooth CSS transitions
* Required-field validation on visible fields only
* AJAX submission — no page reload
* Admin email notification on every submission
* Paginated submission log with per-row delete and detail view

== Installation ==
1. Upload the plugin folder to /wp-content/plugins/
2. Activate the plugin
3. Go to Settings > Conditional Forms to create your first form
4. Use [conditional_form id="1"] shortcode to display the form

== Frequently Asked Questions ==

= Can I have multiple forms on one page? =
Yes. Each [conditional_form id="X"] instance is fully independent.

= Are hidden fields submitted? =
No. Fields hidden by conditions are excluded from both validation and the submitted payload.

= Where are submissions stored? =
In the `{prefix}clf_submissions` database table, viewable under Settings > Form Submissions.

== Changelog ==
= 1.0.0 =
* Initial release
