Flowqen for WordPress

Add powerful, spam-protected forms to your WordPress site without touching code. Our free plugin handles everything — just install, paste your form ID, and go.

No PHP required

Forms submit directly to Flowqen — zero server-side code on your WordPress site.

Gutenberg block

Drop the Flowqen block into any page or post. Works with the block editor and classic editor.

Shortcode support

Use [flowqen id="YOUR_FORM_ID"] anywhere — pages, posts, widgets, or templates.

Lightweight

Under 5KB. No jQuery dependency, no heavy CSS — won't slow down your site.

Installation

1

Create a form on Flowqen

Go to flowqen.com/create and create your form. Copy the form ID from the URL.

2

Install the plugin

In your WordPress admin, go to Plugins → Add Newand search for "Flowqen". Click Install, then Activate.

3

Add the form to a page

Block Editor:Add the "Flowqen Form" block and paste your form ID.

Classic Editor / Shortcode:

[flowqen id="YOUR_FORM_ID"]
4

Or use plain HTML

No plugin needed — just paste our HTML form into a Custom HTML block:

<form action="https://flowqen.com/api/f/YOUR_FORM_ID" method="POST">
  <input type="text" name="name" placeholder="Name" required />
  <input type="email" name="email" placeholder="Email" required />
  <textarea name="message" placeholder="Message" required></textarea>
  <button type="submit">Send</button>
</form>

Why Flowqen over Contact Form 7 or WPForms?

No PHP mail() headaches — delivery is guaranteed
Submissions saved in a dashboard (not just emailed)
22+ integrations (Slack, Sheets, Notion, etc.)
Spam protection without reCAPTCHA popups
Lead tracking and analytics built in
Works even if you switch WordPress themes
AI form generator for instant creation
Forms survive WordPress migrations
Create a form free →WordPress code snippets