Kreebi Forms
·
Kreebi Forms makes it simple to build flexible forms using Drag and Drop as well as JSON definition from the WordPress admin.
Kreebi Forms is a lightweight, WordPress form builder that lets you create and manage forms using a Drag and Drop as well as JSON-based definition stored as a custom post type. It provides an admin UI for creating forms, a frontend shortcode to embed forms anywhere, and a submissions area for easy review and export. The plugin focuses on security, accessibility, and clean markup to integrate seamlessly with WordPress themes.
Benefits:
- Lightweight and dependency-free: small footprint, no external frameworks required.
- Secure by default: inputs are validated and sanitized using WordPress APIs.
- Developer-friendly JSON format: programmatically generate or import form definitions.
- Built-in submissions viewer in the admin for quick review.
Usage
- Create a form in the admin using the JSON editor provided in the form modal.
- Embed the form with the shortcode:
[kreebi_form id="001"](replace001with your form ID). - View submissions under Kreebi Forms > Submissions.
The plugin auto-generates a form ID and stores the form definition as post meta. For security and compatibility, all input is sanitized and validated using WordPress APIs.
