WP Manifestindependent plugin directory
manifest / forms / outstand-forms

Outstand Forms

[WIP] Build flexible, modern forms using the WordPress block editor.

by Outstand · github.com/pixelalbatross/outstand-forms · website

6stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pixelalbatross/outstand-forms/archive/refs/heads/main.zip

Declares an update source (https://outstand.site/), so updates arrive through the plugin's own updater.

From the readme

Outstand Forms Build forms with the block editor. [!WARNING] Work in Progress: This plugin is currently in development and not yet ready for production use. Description Outstand Forms is a WordPress plugin for building forms using the Block Editor. It leverages the Interactivity API and provides features like field validation, input masking, and a clean UI built for usability and accessibility. PHP is the single source of truth: field configuration, validation rules and sanitization are defined server-side, and the frontend consumes them. Features - Fully block-based form builder. - Text, email, number, password, phone, URL, textarea, select, radio, checkbox and consent fields. - Client-side validation via the Interactivity API, with matching PHP validators server-side. - Field-level validation messages. - Input mask support via Inputmask, loaded only when a mask is set. - Email notifications on submission. - Spam protection through the Cloudflare Turnstile block. - Per-IP submission rate limiting (5 per minute by default). - Accessible markup with proper aria attributes. - Works without JavaScript, with a progressively enhanced submit flow when it's available. - Lightwei

Read the full README on GitHub →