=== Formidable Select OptGroup ===
Contributors: abda53
Donate link: http://www.amazon.com/gp/wishlist/NLKLKBFRBRZU/
Tags: formidable select optgroup form
Requires at least: 5.8
Tested up to: 6.9
Stable tag: 1.4.0
Requires PHP: 7.4
Requires Plugins: formidable
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

=== Description ===
This plugin will allow you to create optgroup's in your select forms. This was created because Formidable does not give the capability to add optgroups, which is just silly.

=== Installation ===
1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install from the repository
2. Activate the plugin from the Plugin menu in WordPress
3. Install and activate Formidable Forms if it is not already active
4. In your Formidable form, add or edit a Dropdown select box
5. To create an optgroup, add a line with the group name wrapped in double asterisks, for example **Cars**, then list options below it

=== Screenshots ===
1. **Admin View** - Quick Edit
2. **Admin View** - Bulk Edit
3. **Frontend View** - In action
4. **Code Output** - Outputted code

=== Frequently Asked Questions ===
1. What if I want to use something besides two **'s? If you do, just edit the code to fit your needs. I kept this out of the database for speed, but I can add it in the future if people want it.
2. Want to say thanks? [donate](http://www.amazon.com/gp/wishlist/NLKLKBFRBRZU/)

=== Changelog ===

= 1.4.0 =
* Stricter **Group** markers, DOM-based option parsing, normalized field data, Requires Plugins: formidable, and Abda53 namespace.
* Admin notice when Formidable is not active.

= 1.3.0 =
* Added **53 Minute Tools** admin menu and shared suite bootstrap.

= 1.2 =
* Updated for latest Formidable changes

= 1.0 =
* Initial Development

=== Upgrade Notice ===

= 1.4.0 =
Improved optgroup detection and Formidable compatibility; requires Formidable Forms.
