=== W-9 Form Collector ===
Contributors: you
Tags: w9, tax, form, signature, pdf
Requires at least: 6.0
Tested up to: 6.x
Requires PHP: 7.4
Stable tag: 1.4.1

== Description ==
Front-end W-9 style intake form with signature. Stores entries in WP Admin (sortable/searchable, filters, bulk actions, CSV export).
Security: reCAPTCHA v2, rate limiting, encrypted TIN storage (last4 shown).
PDF: optional FPDI overlay onto uploaded IRS W-9 template.
Email: auto-email admin recipients + submitter with attachment.

== Installation ==
1) Upload the ZIP in WP Admin -> Plugins -> Add New -> Upload Plugin
2) Activate.
3) Add shortcode [w9_form] to a page.
4) WP Admin -> W-9 Entries -> Settings

== Optional PDF ==
For true IRS W-9 PDF overlay:
- Run: composer require setasign/fpdi setasign/fpdf
- Ensure vendor/autoload.php is inside the plugin folder.
- Upload IRS W-9 PDF to Media Library and select it in Settings.


== 1.1.0 ==
* Restored original full W-9 form as the free base and added shipability upgrades: auto-created form page, setup redirect, and safer public success messaging.


== 1.2.0 ==
* Added the first clean free-to-premium gating layer: free submission cap, upgrade prompt, and license-based premium unlock settings.
