Getting Started
Kreebi Forms is a lightweight, developer-friendly form builder for WordPress. It lets you create contact forms, surveys, registration forms, and more — without writing a single line of PHP. Forms can be built visually or defined with JSON for full programmatic control.
Prerequisites
Before installing Kreebi Forms, make sure your environment meets the following minimum requirements:
- •WordPress 6.0 or higher
- •PHP 7.4 or higher (PHP 8.x recommended)
- •MySQL 5.7+ or MariaDB 10.3+
- •A modern browser for the admin interface (Chrome, Firefox, Safari, Edge)
Create Your First Form in 5 Steps
Follow these steps to go from zero to a working form on your site:
- 1Install & Activate — Go to
Plugins → Add Newin your WordPress dashboard, search for "Kreebi Forms", and click Install Now then Activate. - 2Create a New Form — Navigate to
Kreebi Forms → Add New. Give your form a descriptive title (e.g. "Contact Us"). - 3Add Fields — Use the drag-and-drop builder to add Name, Email, and Message fields. Configure labels, placeholders, and validation rules as needed.
- 4Configure Notifications — Under the Settings tab, enter the email address where submissions should be sent. Customise the subject line and reply-to address.
- 5Publish & Embed — Click Publish, then copy the generated shortcode and paste it into any page or post:
[kreebi_form id="1"]
That's it! Your form is now live. Visit the page to confirm it renders correctly, then submit a test entry to verify email notifications are working.