

The KoalaForms dashboard — manage all your forms in one place.
KoalaForms is a WordPress form builder for the block editor. Build contact forms, registration forms, and multi-step forms directly in Gutenberg — every field is a native WordPress block, so there is nothing new to learn if you already edit pages and posts. Drop fields onto the canvas, configure them in the block sidebar, publish, and embed the form anywhere with a simple shortcode. Every submission is saved in your WordPress database and viewable in the admin, so you always own your data.
Most form plugins stop at the contact form. KoalaForms goes further: it also builds registration forms that create real WordPress user accounts on submission, and it includes an AI Form Generator that turns a plain-language description into a working form in seconds. No page builder, no monthly subscription, and no code required. As a lightweight WordPress form plugin, it lets you build unlimited online forms and publish them anywhere on your site with a shortcode.
KoalaForms is used to build all kinds of WordPress forms, including:
Create a classic contact form — name, email, subject, message — or a more detailed inquiry, quote request, feedback, booking, or support form. Add the fields you need, mark the required ones, set up validation, and turn on email notifications so every submission reaches your inbox. Send an automatic confirmation (auto-reply) to the person who submitted the form, and route admin notifications to one or more email addresses. Keep spam out with built-in Google reCAPTCHA support. Because the form is built from blocks, you can rearrange, relabel, and restyle it at any time without touching code.
Set a form’s type to Registration and KoalaForms will create a WordPress user account when the form is submitted, automatically mapping your chosen fields to the account’s username and email. WordPress then sends the new user a secure link to set their own password, so you never handle or store passwords yourself. Use it for memberships, sign-ups, event registration, customer onboarding, or any workflow where a visitor needs an account. You can also map additional form fields to user meta to store extra profile information against each account. This makes KoalaForms a practical user registration plugin as well as a contact form plugin — one tool for both jobs.
Long forms convert better when they are broken into steps. Use the Step block to split any form into multiple pages with Next and Previous navigation, clear section labels, and a per-step layout. Multi-step forms are ideal for job applications, detailed registrations, surveys, and onboarding flows where a single long page would feel overwhelming and drive people away before they finish.
Describe the form you want — for example, “a two-step job application with a resume upload” or “a membership registration form with name, email, and username” — and the AI Form Generator produces the full block structure for you, ready to refine in the editor. You can also upload a PDF, an image, or an existing HTML form and have it recreated as a KoalaForms form. The generator chooses appropriate field types, applies input masks and validation, and configures form settings such as the form type and the primary email field used for notifications. The feature is in Beta and requires an AI provider (Anthropic, OpenAI, or Google) configured in WordPress. See the External Services section for exactly what data is sent and when — no form submission data or visitor data is ever involved.
[KoalaForms form_id="123"].Every field is configured in the familiar block sidebar: labels, placeholders, default values, required state, validation rules, custom error messages, and input masks for formats such as phone numbers. Group fields into steps to create a multi-step form.
Site owners who want contact and registration forms without a page builder or a monthly subscription; developers who prefer to work in the block editor; and anyone building membership, onboarding, application, or survey workflows on WordPress. If you have ever wanted a single plugin that handles both “get in touch” contact forms and “create an account” registration forms, KoalaForms is built for exactly that.
KoalaForms is licensed under the GNU General Public License v2.0 or later.
License URI: https://www.gnu.org/licenses/gpl-2.0.html
All bundled third-party libraries are GPL-compatible:
This plugin uses a build process for its JavaScript assets. The minified files in the build/ and assets/ directories are compiled from source.
The full human-readable source code is available on GitHub:
https://github.com/wpkoalaforms/koalaforms
To build from source:
git clone https://github.com/wpkoalaforms/koalaforms.gitnpm installnpm run buildnpm run build-vueThis plugin includes an optional AI Form Generator powered by your chosen AI provider (Anthropic, OpenAI, or Google). This feature is in Beta — our team is actively testing and refining it.
What it does: Converts a plain-language description entered by an admin into a KoalaForms block structure, so you can generate a working form without building it field by field.
What data is sent and when:
* When an admin uses the AI Form Generator and clicks Generate, the following is sent to your configured AI provider: the text prompt the admin entered, the current form’s block structure (when refining an existing generated form), any file the admin chose to upload (PDF, image, or HTML), and the prompts from earlier in the same session used as conversation history.
* Only form creation information is ever shared. No form submission data, visitor data, or any information collected through your forms is ever sent to any external service.
* Data is only sent when an admin explicitly initiates a generation request. It is never sent automatically or on behalf of site visitors.
This plugin optionally integrates with Google reCAPTCHA to help prevent spam form submissions. This feature is disabled by default and only active when a reCAPTCHA site key and secret key are configured in the plugin settings.
What it does: Verifies that a form submission was made by a human and not an automated bot.
What data is sent and when:
* When a visitor loads a page containing a KoalaForms form with reCAPTCHA enabled, Google’s reCAPTCHA script is loaded from https://www.google.com/recaptcha/api.js. This may send the visitor’s IP address and browser information to Google.
* When a visitor submits a form, the reCAPTCHA response token is sent from your WordPress server to https://www.google.com/recaptcha/api/siteverify to verify the submission. No personal form field data is included in this request.
This data is sent to Google only when reCAPTCHA is enabled in the plugin settings.