Title: Nepa Forms Builder
Author: Saroj Khanal
Published: <strong>July 10, 2026</strong>
Last modified: July 10, 2026

---

Search plugins

![](https://ps.w.org/nepa-forms-builder/assets/banner-772x250.jpg?rev=3603097)

![](https://ps.w.org/nepa-forms-builder/assets/icon-256x256.jpg?rev=3603097)

# Nepa Forms Builder

 By [Saroj Khanal](https://profiles.wordpress.org/khanalsaroj083/)

[Download](https://downloads.wordpress.org/plugin/nepa-forms-builder.2.1.5.zip)

 * [Details](https://wordpress.org/plugins/nepa-forms-builder/#description)
 * [Reviews](https://wordpress.org/plugins/nepa-forms-builder/#reviews)
 *  [Installation](https://wordpress.org/plugins/nepa-forms-builder/#installation)
 * [Development](https://wordpress.org/plugins/nepa-forms-builder/#developers)

 [Support](https://wordpress.org/support/plugin/nepa-forms-builder/)

## Description

**Nepa Forms Builder** is a powerful yet lightweight WordPress contact form plugin.
It lets you build fully custom forms using a visual editor, embed them anywhere 
using shortcodes, and manage every submission from a clean admin dashboard — all
without writing a single line of code.

**Key Features:**

 * **Visual Form Builder** — Drag-and-drop fields including Text, Email, Textarea,
   Dropdown, Radio Buttons, and Checkboxes.
 * **Shortcode Integration** — Embed any form on any page or post using `[nepa_form
   id="X"]`.
 * **AJAX Submissions** — Forms submit without any page reload for a smooth user
   experience.
 * **Submission Management** — View, mark as read, and delete entries from a dedicated
   admin dashboard.
 * **CSV Export** — Export all submissions for any form as a CSV file with a single
   click.
 * **PDF Export** — Download a PDF report of all submissions or a single submission.
 * **Email Notifications** — Receive a beautifully formatted HTML email notification
   for every new submission.
 * **Per-Form Settings** — Configure a custom success message, submit button label,
   and accent color for each form individually.
 * **Secure by Default** — All AJAX handlers use WordPress nonces, capability checks,
   and prepared database statements.
 * **No Page Bloat** — Frontend assets are loaded only on pages where a form shortcode
   is present.
 * **Clean Uninstall** — All plugin data, database tables, and options are removed
   upon deletion.

## Installation

 1. Upload the `nepa-forms-builder` folder to the `/wp-content/plugins/` directory,
    or install it directly through the WordPress Plugins screen.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to the **Nepa Forms Builder** menu item in the admin panel.
 4. Click **New Form** to open the form builder and add your desired fields.
 5. Copy the shortcode shown in the Form Builder List (e.g., `[nepa_form id="1"]`).
 6. Paste the shortcode into any page, post, or widget to display the form.

## FAQ

### How do I embed a form on my page?

Use the shortcode `[nepa_form id="X"]` where `X` is the form ID displayed in the
Form Builder List. You can add this shortcode to any page, post, or text widget.

### Can I customize the form colors?

Yes. Each form has its own **Primary Theme Color** setting inside the form editor.
The color is applied to the form border, labels, and the submit button, making it
easy to match your site’s brand.

### How do I export submissions?

Go to **Inquiry Entries**, select your form from the dropdown, and then click the**
Export CSV** button in the page header. A CSV file containing all submissions for
that form will be downloaded immediately.

### What field types does the plugin support?

Nepa Forms Builder supports the following field types: **Text**, **Email**, **Textarea**,**
Dropdown Select**, **Checkboxes**, and **Radio Buttons**. Each field can be marked
as required or optional.

### Where is my submission data stored?

All submission data is stored securely in your WordPress database in a dedicated
custom table (`wp_nepa_submissions`). No data is sent to any external server.

### Does the plugin work with page builders like Elementor or Divi?

Yes. Because Nepa Forms Builder uses standard WordPress shortcodes, the `[nepa_form
id="X"]` shortcode works in any page builder that supports shortcode rendering.

### Will the plugin data be deleted if I uninstall it?

Yes. When you delete the plugin from the WordPress Plugins screen (not just deactivate
it), all custom database tables and stored options are permanently removed for a
clean uninstall.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Nepa Forms Builder” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Saroj Khanal ](https://profiles.wordpress.org/khanalsaroj083/)

[Translate “Nepa Forms Builder” into your language.](https://translate.wordpress.org/projects/wp-plugins/nepa-forms-builder)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/nepa-forms-builder/),
check out the [SVN repository](https://plugins.svn.wordpress.org/nepa-forms-builder/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/nepa-forms-builder/)
by [RSS](https://plugins.trac.wordpress.org/log/nepa-forms-builder/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.2

 * Fix: Replaced all `phpcs:ignore` annotations on multi-line SQL queries with `
   phpcs:disable`/`phpcs:enable` blocks so every interpolated line is properly suppressed.
 * Fix: Restructured `submissions.php` pagination queries to pre-build prepared 
   SQL strings, eliminating `UnescapedDBParameter` and `ReplacementsWrongNumber`
   warnings.
 * Fix: Wrapped PDF export queries in `nepa-forms-builder.php` with `phpcs:disable`/`
   phpcs:enable` blocks.

#### 2.1.1

 * Fix: Resolved all WordPress Plugin Check tool warnings for WordPress.org submission
   compliance.
 * Fix: Normalized line endings (CRLF to LF) in all included FPDF library font files.
 * Fix: Added direct file access protection (`ABSPATH` guard) to all FPDF font files.
 * Fix: Updated `phpcs:disable`/`phpcs:enable` annotations on multi-line SQL queries
   to correctly suppress per-line sniff warnings.
 * Improvement: Bumped `Tested up to` value to WordPress 7.0.

#### 2.1.0

 * Security: Added capability checks to all admin AJAX handlers.
 * Security: Added JSON structure validation for form field configurations.
 * Fix: Select dropdown fields now correctly respect the required attribute.
 * Fix: Dashboard color picker no longer has duplicate name attributes.
 * Fix: Corrected a duplicate label in the success message setting field.
 * Improvement: Refactored submission queries into a single query builder.
 * Improvement: Added a version constant for consistent asset versioning.
 * Improvement: Extracted email notification builder into a reusable helper function.
 * Improvement: Added accessibility enhancements (reduced motion support, focus-
   visible styles, keyboard navigation).
 * Improvement: Added an unsaved changes warning in the form builder editor.
 * Database: Added an `updated_at` column to the forms table.

#### 2.0.0

 * Upgraded to a dynamic visual form builder.
 * Added support for custom option fields (Dropdowns, Checkboxes, Radio Buttons).

#### 1.0.0

 * Initial release.

## Meta

 *  Version **2.1.5**
 *  Last updated **8 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [ajax form](https://wordpress.org/plugins/tags/ajax-form/)[contact form](https://wordpress.org/plugins/tags/contact-form/)
   [custom form](https://wordpress.org/plugins/tags/custom-form/)[email notifications](https://wordpress.org/plugins/tags/email-notifications/)
   [form builder](https://wordpress.org/plugins/tags/form-builder/)
 *  [Advanced View](https://wordpress.org/plugins/nepa-forms-builder/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/nepa-forms-builder/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/nepa-forms-builder/reviews/)

## Contributors

 *   [ Saroj Khanal ](https://profiles.wordpress.org/khanalsaroj083/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/nepa-forms-builder/)