Skip to content

Changelog - Form Builder

All notable changes to Form Builder are documented in this file.

The format is based on Keep a Changelog.

0.1.0 - 2026-08-11

The 0.1.0 release for Form Builder is the initial (beta) release. It lets you build forms in the Hyvä CMS Liveview Editor, embed them into any CMS page or block, and receive each submission by email. Requires Hyvä CMS 1.3.0-beta2 - see Installing Beta Releases.

Added

  • Forms as a first-class Hyvä CMS content type under Content > Elements > Forms, with drafts, publishing, and version-history rollback
  • Visual form building in the Liveview Editor with field types for text, email, phone, number, date, dropdowns, multi-choice, consent checkboxes, and hidden fields
  • Single-page and multi-step forms with Back / Next navigation
  • Email delivery of submissions with configurable recipients, reply-to, and success messages
  • Webhook deliveries: POST each submission to a webhook URL for Zapier, a CRM, or any other backend
  • Built-in honeypot spam protection on every form, plus optional Google reCAPTCHA per form
  • Test submissions from a preview, delivered as a real email marked as a test
  • Accessible, progressively enhanced frontend markup that still submits with JavaScript disabled
  • Embedding via widget into any CMS page or block
  • Developer extension points for custom field types, form roots, validation rules, security gates, and webhook deliveries