Title: HDForms | Contact Form Builder
Author: Harmonic Design
Published: <strong>অক্টোবর 18, 2018</strong>
Last modified: এপ্রিল 11, 2026

---

Search plugins

![](https://ps.w.org/hdforms/assets/banner-772x250.jpg?rev=2419589)

![](https://ps.w.org/hdforms/assets/icon-256x256.jpg?rev=2419584)

# HDForms | Contact Form Builder

 By [Harmonic Design](https://profiles.wordpress.org/harmonic_design/)

[Download](https://downloads.wordpress.org/plugin/hdforms.1.6.2.zip)

 * [Details](https://bn-in.wordpress.org/plugins/hdforms/#description)
 * [Reviews](https://bn-in.wordpress.org/plugins/hdforms/#reviews)
 *  [Installation](https://bn-in.wordpress.org/plugins/hdforms/#installation)
 * [Development](https://bn-in.wordpress.org/plugins/hdforms/#developers)

 [Support](https://wordpress.org/support/plugin/hdforms/)

## Description

HDForms. The easiest way to create contact forms

HDForms was designed and built to be a super easy system to create contact forms
of any size. The forms are automatically validated for user input, sanitized for
security, and, of course, sent without fuss! HDForms comes with an easy to use visual
form builder, and can be used for small contact forms, intake forms, request for
quotes, or large applications.

With HDForms, you can even intelligently show or hide certain fields with ease –
no coding required!

#### Video

A video is currently being made that will highlight just how easy HDForms is to 
use. Check back soon!

#### Features include 👍

 * **Super easy to use** (I really can’t express enough how easy HDForms is to use)
 * Will work with just about any well-coded theme right out of the box
 * Mobile-friendly (responsive design)
 * Form builder (block based)
 * Column support
 * Custom toggles and triggers to show/hide elements
 * Emails are automatically built and validated
 * Automatic spam protection
 * Run your own function before and after form submit (for you devs out there!)
 * Pretty 🙂

Pretty much all of the standard features required for a form builder, with more 
options coming soon.

#### Upcoming Features ⏳

The following features are not yet included in HDForms, but are on the road map 
for future updates. Some of these features will be finalized in the next couple 
of weeks, others may be months down the line. This list is not in order of importance.

 * File uploader element
 * Better localization (for things like the phone number, date, and currency fields)
 * Translation ready. Sorry! English only for now 🇨🇦

### ❓ HOW TO USE | TUTORIAL ❓

Full tutorial and documentation is still being written. This section, along with
a link to the full documentation will be updated ASAP.

Once a form has been created and saved, you can use the build-in Gutenberg block,
or you can just copy and paste the shortcode anywhere on the site to render the 
form. You can also use WordPress’s do_shortcode() function to render the form:

    ```
    <?php echo do_shortcode("[hdf form = "formId"]"); ?>
    ```

### Triggers

You can view the HDForms **About / Options page** to see an example of how triggers
and toggles work.

Setting up triggers is by far the most complicated thing to do, but I hope that 
this quick tutorial will help.

You’ll need to know two things in order to create triggers. The trigger element,
and the toggle element. The trigger element is the element that we check if its 
input has changed, and the toggle element is the element we either show or hide.
In the above example, the trigger element is the checkboxes (specifically the one
for “other”), and the toggle element is the text input.

In HDForms, each element you create gets a special and unique ID. You can find this
ID by selecting the element to edit it. You’ll need to get the ID of the trigger
element and paste it into the toggle element’s “Trigger Element” field. That’s it!
By default, the toggle element will remain hidden unless the trigger element gets
some data.

But what about, for example, like above, where I only want the toggle to happen 
if a certain checkbox is selected? In this case, we also want to pass along what“
option” we want the trigger to work on (note: this is only for radio or checkboxes).
This can be easily done by adding `[x]` to the end of the ID, where `x` is the number
of the option. So in the above example, “other” is the fourth (4) listed option,
so I would append `[4]` to the end of the ID. A full example trigger element id 
might look something like this `hdf_3481_checkbox_oxpkhp[4]`

## Blocks

This plugin provides 1 block.

 *   Hdf Block Form

## Installation

The plugin can be installed like any other.

 1. Log into WordPress
 2. Select Plugins, then Add New
 3. Select Upload Plugin
 4. Choose the zip file, then Install and activate

Once installed, you will need to select HDForms from the left sidebar to create 
a new form. Once a form has been saved, a shortcode will be visible on the content
tab. You can copy/paste this shortcode onto any post or page to show the form.

## FAQ

### I am not receiving emails

HDForms uses WordPress’ built-in wp_mail() function to send emails. This means that
if your site or server is not properly configured, then not only will HDForms not
be able to send email, but WordPress itself won’t be able to either.

The first thing to do is install the [Check Email plugin](https://wordpress.org/plugins/check-email/)
to test your site settings. The error message you get will help you find out where
the issue lies.

The most likely culprit is SMTP. The [WP Mail SMTP ](https://wordpress.org/plugins/wp-mail-smtp/)
may help you set up your SMTP settings.

### I have a feature request!

Please submit your feature request here by using the **support** tab to the right.

### Keywords

hdforms, form, form builder, contact, contact form, hdf, hd form, hdform, contact
builder, contact form builder, send contact form

## Reviews

![](https://secure.gravatar.com/avatar/7cb2d41a39de61c61049bde4a30f8d70c1c067bf686971bd02eb113ccc832ec5?
s=60&d=retro&r=g)

### 󠀁[Great plugin and support](https://wordpress.org/support/topic/great-plugin-and-support-1821/)󠁿

 [markoarula](https://profiles.wordpress.org/markoarula/) মার্চ 7, 2025

Plugin is very simple to use and offers much different options.Also the support 
is excellent.

 [ Read all 1 review ](https://wordpress.org/support/plugin/hdforms/reviews/)

## Contributors & Developers

“HDForms | Contact Form Builder” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Harmonic Design ](https://profiles.wordpress.org/harmonic_design/)
 *   [ Harmonic Design ](https://profiles.wordpress.org/harmonicdesign/)

[Translate “HDForms | Contact Form Builder” into your language.](https://translate.wordpress.org/projects/wp-plugins/hdforms)

### Interested in development?

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

## Changelog

#### 1.6.2

 * Apl 01 2026
 * Security updates; code refactoring
 * New filters for custom blocks

#### 1.6.1

 * Oct 10 2025
 * Security update for file uploads

#### 1.6

 * June 16 2025
 * Removal of jQuery dependency on frontend
 * Better accessibility for radio and checkboxes

#### 1.5

 * Feb 18 2024
 * Better sanitization abstraction

#### 1.3

 * Nov 24 2023
 * Numerous bug fixes and Improvements
 * Multiple sendto address

#### 1

 * Jan 25th 2020
 * Better performance
 * Numerous bug fixes and Improvements

#### 0.9

 * Nov 16th 2020
 * Massive overhaul of the entire plugin
 * Far better and more intuitive builder
 * Better field creation and validation

#### 0.5

 * May 10th 2019
 * Minor updates and fixes
 * Added form styling options
 * code cleanup

#### 0.4

 * Minor update

#### 0.3

 * April 8th 2019
 * Minor updates and fixes
 * Form Settings: Add a replyTo: field
 * Better caching compatibility
 * Upgraded date input to allow setting a min an max year range

#### 0.2

 * October 19th 2018
 * Improvements to HTML email
 * Improvements to form actions
 * Updated readme for help and tutorial

#### 0.1

 * October 18th 2018
 * initial release

## Meta

 *  Version **1.6.2**
 *  Last updated **4 weeks ago**
 *  Active installations **50+**
 *  WordPress version ** 5.2.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/hdforms/)
 * Tags
 * [contact](https://bn-in.wordpress.org/plugins/tags/contact/)[contact form](https://bn-in.wordpress.org/plugins/tags/contact-form/)
   [form](https://bn-in.wordpress.org/plugins/tags/form/)[form builder](https://bn-in.wordpress.org/plugins/tags/form-builder/)
 *  [Advanced View](https://bn-in.wordpress.org/plugins/hdforms/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/hdforms/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/hdforms/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/hdforms/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/hdforms/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/hdforms/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/hdforms/reviews/)

## Contributors

 *   [ Harmonic Design ](https://profiles.wordpress.org/harmonic_design/)
 *   [ Harmonic Design ](https://profiles.wordpress.org/harmonicdesign/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/hdforms/)