You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inner blocks as inline success message — add any WordPress blocks (paragraphs, images, embeds, etc.) directly inside the form block; they replace the form after successful submission. Uses a `` element approach so server-rendered content (including iframes) is preserved exactly.
Playwright E2E test suite — automated tests covering block registration, form rendering, and inline success message behaviour.
WordPress Playground — `npm run playground:start` for a zero-config local dev environment.
GitHub Actions CI — automated test runs on push.
Removed
Legacy `inlineMessage` string attribute. The template-based inner blocks approach replaces it. Existing content migrates automatically.