WordPress · Gutenberg · Multi-step

Professional forms, zero custom code

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

WordPress WooCommerce SMTP reCAPTCHA Webhooks

Everything you need to collect and act on submissions

Ship polished UX for visitors and a sane workflow for your team—without hand-writing HTML forms or maintaining brittle shortcodes.

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.

Multi-step flows

Split long forms into steps with progress indicators to reduce abandonment—ideal for onboarding, applications, and surveys.

Notifications & integrations

Send user confirmations, admin alerts, and forward payloads to webhooks—bridge into CRMs, automation tools, or internal systems.

Advanced field toolkit

Dates, uploads, masked inputs, and structured choices—cover real-world data capture without custom field plugins.

Spam protection

Layer bot defenses (for example reCAPTCHA or honeypot patterns) to keep inboxes clean and submission quality high.

Updates & support

Licensed installs receive compatibility updates for new WordPress releases—so your forms keep working as the platform evolves.

What the product actually does

Below is a capability map you can align with your real feature list—swap bullets for your exact roadmap and tier limits.

Visual builder & layout

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.

Validation & user guidance

Enforce required fields, formats (email, URL, phone), min/max lengths, and numeric ranges. Surface inline errors so users fix mistakes without losing context.

Conditional logic

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.

Submission handling

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.

Styling & accessibility

Control spacing, labels, help text, and focus states to match your design system. Aim for keyboard-friendly controls and meaningful labels for assistive technologies.

Developer hooks

Extend with WordPress actions and filters—sanitize values, add server-side rules, or push events into your own logging pipeline without forking core behavior.

Field types you can describe on the sales page

Each block below is copy-ready: rename labels to match your plugin’s control names (e.g. “Single line text” vs text).

text

Single-line 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.

textarea

Paragraph / long text

Multi-line feedback, support messages, or open-ended survey responses. Control rows and character limits to discourage abuse.

email

Email address

Collects a valid email format and is the natural anchor for confirmations, magic links, or marketing opt-in workflows.

url

Website URL

Validates a web address structure—useful for portfolios, social profiles, or partner link submissions.

tel

Phone number

Numeric entry with optional input masks or country rules so sales and support teams get consistent phone data.

number

Number

Integers or decimals with min/max/step constraints—quantities, budgets, ages, scores, and other measurable inputs.

select

Dropdown (select)

Single choice from a long list without cluttering the UI. Ideal for country, role, or product line pickers.

radio

Radio group

Mutually exclusive options shown inline—best when you want every choice visible at a glance (yes/no, plan tier).

checkbox

Checkbox

Binary consent: terms acceptance, newsletter opt-in, or “I am not a robot” style acknowledgements.

checkboxes

Checkbox list (multi-select)

Visitors can tick multiple interests, add-ons, or workshop sessions. Values arrive as structured arrays on the server.

date

Date / datetime

Pickers for appointments, deadlines, or birth dates. Combine with timezone-aware messaging if you schedule events.

file

File upload

Accept résumés, screenshots, or invoices with MIME/size guardrails and secure storage policies you document for customers.

hidden

Hidden field

Carry campaign IDs, page slugs, or A/B variants without displaying UI—still validate and sanitize on the server.

html

Rich text / HTML block

Insert instructions, legal disclaimers, or inline imagery between inputs so long forms stay legible.

Why agencies standardize on it

Less bespoke PHP per client, faster QA, and predictable handover documentation.

  • One maintained plugin instead of scattered custom templates and mystery shortcodes.
  • UI parity with block themes and component libraries your designers already specify.
  • Scales from simple landing pages to regulated intake flows—with room to grow via hooks.
40%

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.

Pick a plan that matches your footprint

Adjust prices, limits, and billing cadence in HTML to mirror your storefront—annual, lifetime, or per-site bundles.

Basic

Single production site—full feature access for freelancers, creators, and lean marketing teams.

  • 1 Site Activation
  • 1 Year Update
  • 1 Year Support
  • All Features
$10 / year
Get Basic

Pro

Single production site—full feature access for freelancers, creators, and lean marketing teams.

  • 10 Site Activations
  • 1 Year Update
  • 1 Year Support
  • All Features
$20 / year
Get Pro

Lifetime

Single production site—full feature access for freelancers, creators, and lean marketing teams.

  • Unlimited Site Activation
  • Lifetime Update
  • Lifetime Support
  • All Features
$80
Get Lifetime

Try it free for 14 days

Enjoy full access for 14 days. If it’s not the right fit, you’re covered by our 7-day money-back guarantee.

Activate trial

Frequently asked questions

Trim or expand answers to reflect your shipping plugin—especially around storage, GDPR, and third-party connectors.

Will this work with my theme?

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.

Can I export submissions?

Describe CSV exports, inbox delivery, REST endpoints, or native CRM sync—whatever your product truly supports on each tier.

Do I need to write code?

No for day-to-day building: configure in Gutenberg. Engineers can still extend behavior through WordPress hooks when a project demands it.