=== Fancy WordPress Registration ===
Contributors: martinkarari
Tags: registration, civic, form, cascading, location, kenya, select2
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 1.10
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A civic registration form with cascading location fields (County, Constituency, Ward, Polling Station), international phone support, and a comprehensive country dropdown with flag icons.

== Description ==

Fancy WordPress Registration is a powerful plugin designed for civic and community data collection. It features:

*   **Cascading Location Fields**: Dynamically load County, Constituency, Ward, and Polling Station data from JSON.
*   **Global Country Selection**: Searchable country dropdown with flag icons for clear visual identification.
*   **International Phone Input**: Validated international phone number input.
*   **Admin Dashboard**: View and filter registrations by county.
*   **Data Export**: Download registration data in CSV format.
*   **Bootstrap 5 Integration**: Clean, modern UI for the registration form.

== Installation ==

1. Upload the `fancy-wordpress-registration` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Use the shortcode `[fancy_registration_form]` on any page or post to display the form.
4. Access registrations via the 'FWR Registration' menu in the admin dashboard.

== Frequently Asked Questions ==

= How do I display the form? =
Use the shortcode `[fancy_registration_form]`.

= Where is the data stored? =
The data is stored in a custom database table `wp_fwr_registrations`.

== Changelog ==

= 1.10 =
* Added Country of Residency field with flag emojis.
* Integrated Select2 for searchable country selection.
* Refactored gender field to 'sex'.
* Added JSON-based country database.

= 1.0 =
* Initial release with cascading location fields and admin dashboard.
