Native Gutenberg blocks
Compose forms visually inside the block editor. Styles inherit from your theme so forms feel native—not like a third-party iframe.
Surveys, registrations, contact flows, and long applications—built in the block editor with clean UI, strong validation, and dependable delivery.
Trusted by developers & agencies shipping WordPress at scale.
Works with the stack you already run
Ship polished UX for visitors and a sane workflow for your team—without hand-writing HTML forms or maintaining brittle shortcodes.
Compose forms visually inside the block editor. Styles inherit from your theme so forms feel native—not like a third-party iframe.
Split long forms into steps with progress indicators to reduce abandonment—ideal for onboarding, applications, and surveys.
Send user confirmations, admin alerts, and forward payloads to webhooks—bridge into CRMs, automation tools, or internal systems.
Dates, uploads, masked inputs, and structured choices—cover real-world data capture without custom field plugins.
Layer bot defenses (for example reCAPTCHA or honeypot patterns) to keep inboxes clean and submission quality high.
Licensed installs receive compatibility updates for new WordPress releases—so your forms keep working as the platform evolves.
Below is a capability map you can align with your real feature list—swap bullets for your exact roadmap and tier limits.
Arrange fields, groups, and steps directly in Gutenberg. Reuse patterns across pages, duplicate forms for variants, and keep structure readable for the next developer on the project.
Enforce required fields, formats (email, URL, phone), min/max lengths, and numeric ranges. Surface inline errors so users fix mistakes without losing context.
Show or hide fields and sections based on prior answers. Branch flows for different personas, skip irrelevant questions, and keep forms shorter for each visitor.
Process entries server-side with nonces and capability checks where applicable. Route data to email inboxes, stored records, or outbound integrations depending on your plan.
Control spacing, labels, help text, and focus states to match your design system. Aim for keyboard-friendly controls and meaningful labels for assistive technologies.
Extend with WordPress actions and filters—sanitize values, add server-side rules, or push events into your own logging pipeline without forking core behavior.
Each block below is copy-ready: rename labels to match your plugin’s control names (e.g. “Single line text” vs text).
Short freeform answers—names, titles, company, or any value that fits on one line. Pair with min/max length and pattern validation when needed.
Multi-line feedback, support messages, or open-ended survey responses. Control rows and character limits to discourage abuse.
Collects a valid email format and is the natural anchor for confirmations, magic links, or marketing opt-in workflows.
Validates a web address structure—useful for portfolios, social profiles, or partner link submissions.
Numeric entry with optional input masks or country rules so sales and support teams get consistent phone data.
Integers or decimals with min/max/step constraints—quantities, budgets, ages, scores, and other measurable inputs.
Single choice from a long list without cluttering the UI. Ideal for country, role, or product line pickers.
Mutually exclusive options shown inline—best when you want every choice visible at a glance (yes/no, plan tier).
Binary consent: terms acceptance, newsletter opt-in, or “I am not a robot” style acknowledgements.
Visitors can tick multiple interests, add-ons, or workshop sessions. Values arrive as structured arrays on the server.
Pickers for appointments, deadlines, or birth dates. Combine with timezone-aware messaging if you schedule events.
Accept résumés, screenshots, or invoices with MIME/size guardrails and secure storage policies you document for customers.
Carry campaign IDs, page slugs, or A/B variants without displaying UI—still validate and sanitize on the server.
Insert instructions, legal disclaimers, or inline imagery between inputs so long forms stay legible.
Less bespoke PHP per client, faster QA, and predictable handover documentation.
Illustrative lift in completion rate when long forms move to stepped flows with clear progress—replace with your own benchmark or customer story.*
*Placeholder metric—link to a real case study when available.
Adjust prices, limits, and billing cadence in HTML to mirror your storefront—annual, lifetime, or per-site bundles.
Single production site—full feature access for freelancers, creators, and lean marketing teams.
Single production site—full feature access for freelancers, creators, and lean marketing teams.
Multiple activations, priority support channel, and billing that matches how studios deploy client work.
Single production site—full feature access for freelancers, creators, and lean marketing teams.
Enjoy full access for 14 days. If it’s not the right fit, you’re covered by our 7-day money-back guarantee.
Activate trialTrim or expand answers to reflect your shipping plugin—especially around storage, GDPR, and third-party connectors.
Forms render through blocks and bundled styles, so they generally inherit typography and spacing from the active theme. Still smoke-test with your customer’s theme stack before launch.
Describe CSV exports, inbox delivery, REST endpoints, or native CRM sync—whatever your product truly supports on each tier.
No for day-to-day building: configure in Gutenberg. Engineers can still extend behavior through WordPress hooks when a project demands it.