ZeeMee Forms Builder is a lightweight and flexible form builder for WordPress designed for developers and site owners who want full control over their forms without relying on heavy page-builder ecosystems.
The plugin allows administrators to create and manage custom forms directly from the WordPress backend and display them anywhere on the website using shortcodes. Forms are stored and structured using a simple JSON-based configuration, making them easy to maintain, extend, and integrate with other systems.
Key features
- Custom form creation with flexible field types
- Shortcode support for embedding forms anywhere on the site
- Webhook support for integrations with external services
- Conditional logic handled via JavaScript for dynamic form behavior
- Google reCAPTCHA support to reduce spam submissions
- Developer-friendly structure using JSON configuration
- Lightweight frontend output without unnecessary dependencies
- Clean and minimal backend interface with English labels
The plugin is intentionally designed to remain lightweight and developer-friendly, making it suitable for projects where flexibility, performance, and maintainability are important.
Webhook integrations
The plugin supports webhooks, allowing form submissions to be automatically sent to external services. When enabled, form data can be transmitted to a user-defined endpoint via an HTTP POST request.
This makes it possible to integrate the plugin with services such as:
- CRM systems
- Marketing automation tools
- Zapier or Make (Integromat)
- Custom APIs
- External databases or workflows
The webhook URL is defined by the site administrator in the form settings. The plugin only sends data to external services if a webhook has been explicitly configured.
External services
The plugin can optionally integrate with Google reCAPTCHA to protect forms against spam. When enabled, the visitor’s browser communicates with Google’s servers to verify the captcha response.
reCAPTCHA is optional and only used if the site administrator enables it in the plugin settings.
Data handling
ZeeMee Forms Builder does not send any data to external servers by default. All form processing happens on the WordPress site itself unless the site owner explicitly integrates the form with external services or APIs.
