This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

HTML Contact Form

ਵੇਰਵਾ

It is simple contact form. Easy to customise contact form . Just add contact form HTML code to HTML Contact Form settings. Then add shortcode [HTML-CF] to page or post. You can add custom fields by HTML code.

Go to Settings > HTML Contact Form .

ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ

  • Flexible contact form
  • Easy to add CSS styling
  • Autocomplete text editor
  • Light weight plugin
  • HTML5 syntax highlighting
  • HTML contact form plugin have ready to go fields
  • Fully responsive contact form looks perfect on all screen sizes and mobile devices.
  • Add or remove additional fields easily and label any contact form fields you want.

ਸਹਿਯੋਗ

Please note that, It is a new contact form plugin. I will add new features as soon as possible.
Please suggest your opinion to
support forum.

Contact form captcha

HTML contact form plugin has powerful inbuilt captcha.

How can I add a field to my contact form

Add input field to contact form :-

Just add following code in between <form> and </form>

<input type="text" name="input_name">

Add textarea to contact form :-

<textarea rows="5" name="textarea_name"></textarea>

Add Radio Button Input to contact form (Demo):-

 <input type="radio" name="gender" value="male" > Male<br>
  <input type="radio" name="gender" value="female"> Female<br>

How to add css style to contact form

Add css styles to your theme style.css file.

Support : http://www.htmlcontactform.net/

Advantages of Pro HTML Contact Form :-

  • Change “To Email” of contact form .
  • Add multiple “To Emails” by comma (contact form admin).
  • Premium support for fix contact form bugs.
  • Unlimited installation licence per user.
  • Contact form pro version can use on unlimited websites.
  • Change contact form error messages (admin section)

ਸਕਰੀਨਸ਼ਾਟ

  • Contact Form Admin
  • Contact Form Front End

ਸਥਾਪਤੀਕਰਨ

  1. Download and extract plugin files to a wp-content/plugin directory.
  2. Activate the plugin through the WordPress admin interface.
  3. Done !

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

How to add contact form in page ?

Add shortcode [HTML-CF] to your page.

How to add captcha ?

Just add following code before submit button

  <img src="../wp-content/plugins/html-contact-form/captcha.php">
  <input name="captcha" placeholder="Enter captcha text here" type="text">
How to receive contact message ?

Contact message recieve to your admin email. Please check your admin email inbox.
settings > General — [admin email inbox]

How to add new input field in contact form ?

Just add code as bellow

My contact form always redirects to 404 error page after submission

Please add action ="" and method = "post".

<

form action=”” method=”post”>

Can I embed a contact form into my template file?

Add following code to your template php file.

I see a response message “Thanks for writing us!..” , but I never receive a mail for that.

Just wait few minutes. Email speed is depends on your host provider.
Or check spam folder. Please add valid input in email field.

ਸਮੀਖਿਆਵਾਂ

18 ਅਕਤੂਬਰ 2017
I want to thank you so much. I really apreciate the simplicity, the minimalism and the lightweight. Is really focused on performance. Never change this, please. Thanks again.
Read all 33 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

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

ਯੋਗਦਾਨੀ

“HTML Contact Form” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

Feature Enhancements: Version 1.1.2
* Enhancements: None
* Bug Fix: None
* Additional changes: None

Feature Enhancements: Version 1.1.0
* Enhancements: None
* Bug Fix: None
* Additional changes: Adding captcha system