{"id":334754,"date":"2026-07-02T15:09:00","date_gmt":"2026-07-02T15:09:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/mk-form-manager\/"},"modified":"2026-07-02T15:08:45","modified_gmt":"2026-07-02T15:08:45","slug":"kamboj-form-builder","status":"publish","type":"plugin","link":"https:\/\/kir.wordpress.org\/plugins\/kamboj-form-builder\/","author":23123988,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.4.1","stable_tag":"1.4.1","tested":"7.0","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Kamboj Form Builder","header_author":"Mohit Kamboj","header_description":"Build contact forms with a visual builder, manage submissions, send email notifications, and connect webhooks.","assets_banners_color":"","last_updated":"2026-07-02 15:08:45","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/kamboj-form-builder\/","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":23,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.4.1":{"tag":"1.4.1","author":"mohitkamboj55","date":"2026-07-02 15:08:45"}},"upgrade_notice":{"1.4.1":"<p>Plugin Check prefix fixes for template variables.<\/p>","1.3.3":"<p>Adds per-field width controls for multi-column form layouts.<\/p>","1.3.2":"<p>Sanitizes form builder save payload for Plugin Check compliance.<\/p>","1.3.1":"<p>Plugin Check and WordPress 7.0 compatibility fixes.<\/p>","1.3.0":"<p>Recommended update for WordPress.org compatibility and privacy tools support.<\/p>"},"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.4.1"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"All forms list with shortcodes and actions","2":"Visual form builder with live preview","3":"Submissions inbox","4":"Email and settings configuration"}},"plugin_section":[],"plugin_tags":[358,267,2253,16877,15439],"plugin_category":[41],"plugin_contributors":[266727],"plugin_business_model":[],"class_list":["post-334754","plugin","type-plugin","status-publish","hentry","plugin_tags-contact-form","plugin_tags-email","plugin_tags-form-builder","plugin_tags-submissions","plugin_tags-webhook","plugin_category-communication","plugin_contributors-mohitkamboj55","plugin_committers-mohitkamboj55"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/kamboj-form-builder.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Kamboj Form Builder is a lightweight WordPress contact form plugin with a visual form builder, submission inbox, spam protection, and flexible email notifications.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Visual drag-and-drop form builder<\/li>\n<li>Shortcode embed: <code>[kmfb_form id=\"123\"]<\/code><\/li>\n<li>Email notifications to one or multiple recipients<\/li>\n<li>Optional confirmation email to the person who submitted the form<\/li>\n<li>Submission inbox with read\/unread status<\/li>\n<li>CSV export<\/li>\n<li>Honeypot and rate limiting anti-spam<\/li>\n<li>Conditional field logic<\/li>\n<li>Webhook support (Zapier, Slack, custom APIs)<\/li>\n<li>Customizable validation messages<\/li>\n<li>GDPR-friendly consent field<\/li>\n<li>Privacy tools integration (export\/erase personal data)<\/li>\n<\/ul>\n\n<h4>Perfect for<\/h4>\n\n<ul>\n<li>Contact pages<\/li>\n<li>Lead capture forms<\/li>\n<li>Support request forms<\/li>\n<li>Simple surveys and feedback forms<\/li>\n<\/ul>\n\n<h3>Privacy Policy<\/h3>\n\n<p>This plugin may store form submission data in your WordPress database, including personal information entered by visitors (such as name and email), IP address, and browser user agent. Email notifications are sent through your server using WordPress <code>wp_mail()<\/code>. If you configure a webhook URL, submission data is sent to that external URL. Use WordPress <strong>Settings \u2192 Privacy<\/strong> to review the suggested privacy policy text added by this plugin.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>kamboj-form-builder<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory, or install through the WordPress Plugins screen.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> screen.<\/li>\n<li>Go to <strong>Kamboj Form Builder \u2192 Add New<\/strong> to create your first form.<\/li>\n<li>Copy the shortcode and paste it into any page or post.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20do%20i%20display%20a%20form%3F\"><h3>How do I display a form?<\/h3><\/dt>\n<dd><p>Use the shortcode shown in the form list or editor, for example: <code>[kmfb_form id=\"123\"]<\/code><\/p><\/dd>\n<dt id=\"can%20i%20send%20notifications%20to%20multiple%20email%20addresses%3F\"><h3>Can I send notifications to multiple email addresses?<\/h3><\/dt>\n<dd><p>Yes. In the form editor, open the <strong>Email<\/strong> tab and enter multiple addresses separated by commas.<\/p><\/dd>\n<dt id=\"can%20i%20send%20a%20confirmation%20email%20to%20the%20visitor%3F\"><h3>Can I send a confirmation email to the visitor?<\/h3><\/dt>\n<dd><p>Yes. In the <strong>Email<\/strong> tab, enable <strong>Send confirmation email to submitter<\/strong> and customize the subject and body. The plugin sends it to the email address submitted in the form.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20store%20submissions%3F\"><h3>Does this plugin store submissions?<\/h3><\/dt>\n<dd><p>Yes, if <strong>Store submissions in inbox<\/strong> is enabled for the form (enabled by default). Submissions are stored in your WordPress database.<\/p><\/dd>\n<dt id=\"what%20data%20is%20collected%3F\"><h3>What data is collected?<\/h3><\/dt>\n<dd><p>The plugin stores whatever fields you add to your form (such as name and email), plus the visitor IP address and user agent for spam protection when submissions are stored.<\/p><\/dd>\n<dt id=\"does%20the%20plugin%20call%20external%20services%3F\"><h3>Does the plugin call external services?<\/h3><\/dt>\n<dd><p>Only if you configure a webhook URL on a form. Email is sent using your WordPress site\u2019s built-in <code>wp_mail()<\/code> function.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4.1<\/h4>\n\n<ul>\n<li>Plugin Check: prefixed template and uninstall variables<\/li>\n<\/ul>\n\n<h4>1.4.0<\/h4>\n\n<ul>\n<li>Rebranded to Kamboj Form Builder for WordPress.org.<\/li>\n<\/ul>\n\n<h4>1.3.3<\/h4>\n\n<ul>\n<li>Field width option: full, half (2 per row), or one third (3 per row)<\/li>\n<li>Responsive layout stacks fields on mobile<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Sanitize form builder JSON payload on save<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Plugin Check compatibility fixes<\/li>\n<\/ul>\n\n<h4>1.3.0<\/h4>\n\n<ul>\n<li>WordPress.org directory compatibility<\/li>\n<li>Privacy policy and personal data export\/erase support<\/li>\n<li>Uninstall cleanup option<\/li>\n<li>Improved admin asset loading<\/li>\n<\/ul>\n\n<h4>1.2.8<\/h4>\n\n<ul>\n<li>Multiple notification recipients<\/li>\n<li>Confirmation email to submitter with on\/off toggle<\/li>\n<li>Removed top validation error summary box<\/li>\n<\/ul>\n\n<h4>1.2.7<\/h4>\n\n<ul>\n<li>UI fixes for delete button overflow and required toggle<\/li>\n<\/ul>\n\n<h4>1.2.5<\/h4>\n\n<ul>\n<li>Duplicate and delete forms from the list<\/li>\n<li>Clickable form names<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Initial public release as Kamboj Form Builder<\/li>\n<\/ul>","raw_excerpt":"Build contact forms visually, collect submissions, send email notifications, and connect webhooks \u2014 no coding required.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/334754","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=334754"}],"author":[{"embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mohitkamboj55"}],"wp:attachment":[{"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=334754"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=334754"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=334754"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=334754"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=334754"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/kir.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=334754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}