WarForms© 2025 Kevin R. Ray — 2025.1.0

Overview
- WarForms core plugin: builder -> layout (rows/columns) -> shortcode -> submit -> validate -> entries -> admin review.
- Entry storage: {"values","context"} JSON payload in a dedicated entries table.
- Admin: Entries (grouped by form), View Entry, Diagnostics, and Site Health integration.

Getting the newest copy
- Primary: https://github.com/kevinray-dev
- If GitHub is unavailable, obtain the newest official copy from one of these venues only:
  - WordPress (official listing, if/when published)
  - https://warchief.dev
  - https://codemarauder.dev

Field types (v1)
- text, textarea, email, url, date
- phone (North America / NANP): segmented UI; stored as E.164 (+1XXXXXXXXXX)
- select, radio, multiselect, checkbox_group (options validated)
- currency (validated numeric amount + allowed currency code)

Licensing & redistribution (important)
- Copyright © 2025 Kevin R. Ray. All rights reserved.
- This plugin (the “Core”) is proprietary and may NOT be copied, redistributed, or republished,
  except via the official venues listed above, or with explicit written permission from the author. Modified versions may not be redistributed.
- You MAY create addons that hook into the public actions/filters provided by WarForms.

Creative Commons note (partial)
- Documentation, concepts, and the high-level schema format described in this README may be used under
  Creative Commons Attribution 4.0 (CC BY 4.0) for the purpose of re-implementing or extending the idea.
- CC BY does NOT grant permission to copy this plugin’s source code; see LICENSE.txt for the governing terms.

See also
- LICENSE.txt (governing terms for the Core)
- NOTICE.txt (copyright & attribution)
