The FOBO Data Maker Forms plugin lets you host Data Maker forms on a WordPress site. Upload a signed
.dmf bundle, paste the shortcode onto any page, and submissions are sealed against the form's recipient pubkey and forwarded to the Data Maker API.
Features:
- Full parity with the desktop renderer for the v1 column set: text, number, date, choice, multi-choice, checkbox, attachment, image, divider, spacer, group, rich-text, heading, button.
- Pre-compiled VisibleWhen / CalculatedExpression / ValidationRule expressions ship with the .dmf, so cascade fires entirely in the browser — no server round-trip per keystroke.
- libsodium-backed sealed submissions; the WP server never sees plaintext values once they leave the browser.
- Optional browser-localStorage edit flow lets submitters return and amend their previous submission via a one-time edit token.
- Theme switch: use the form's own Data Maker palette, or inherit the active WordPress theme.
Out of scope for v1: multi-step (Steps), signature/initials fields, relation fields, charts, nested record entry.