=== CF7 Woo Product Registration ===
Contributors: thehowarde
Tags: Contact Form 7, WooCommerce, Product Registration Form, RMA Form, CF7
Donate link: https://www.duckdiverllc.com
Requires at least: 4.5
Tested up to: 6.7
Requires PHP: 7.0
Stable tag: 1.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Add a form field to Contact Form 7 forms to include your products from WooCommerce to create a product registration form or return authorization (RMA) form.

== Description ==

This plugin will allow users to easily make an RMA form (Return Authorization) or Product Registration form using WooCommerce products and Contact Form 7 to create the contact form.

This plugin allows you to select products by category, and simply add a dropdown select to your contact form with the WooCommerce products from those categories.

Other Features include:

*   Ability to use Select 2 searchable dropdown (select)
*   Customize the placeholder text
*   Allow users to first choose category, then choose products in that category.
*   Add a checkbox to show "Other product not listed" for legacy products that can still be returned or registered.

== Installation ==

1. Upload `cf7-woo-products.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Click on Settings to update options for product insertion.

== Frequently Asked Questions ==

= Will this work with other E-Commerce or Contact Forms? =

No.  This is only for WooCommerce and Contact Form 7

== Screenshots ==

1. Contact Form with plugin enabled, using Select 2 option for dropdown.
2. Admin View of the Settings Page
3. Form Tag Generator
4. Contact Form 7 Editor

== Changelog ==

== 1.2 ==

Update the CF7 Form Tag Generator to V2. Move the options to the CF7 Sub-Menu. Clean up code.

== 1.1 ==

Added ability to choose both category and product for easier selection.

== 1.0 ==

Initial Build