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.
Forms submit directly to Flowqen — zero server-side code on your WordPress site.
Drop the Flowqen block into any page or post. Works with the block editor and classic editor.
Use [flowqen id="YOUR_FORM_ID"] anywhere — pages, posts, widgets, or templates.
Under 5KB. No jQuery dependency, no heavy CSS — won't slow down your site.
Go to flowqen.com/create and create your form. Copy the form ID from the URL.
In your WordPress admin, go to Plugins → Add Newand search for "Flowqen". Click Install, then Activate.
Block Editor:Add the "Flowqen Form" block and paste your form ID.
Classic Editor / Shortcode:
[flowqen id="YOUR_FORM_ID"]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>