=== HTML Contact Form ===
Contributors: arshidkv12
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=H5F3Z6S3MNTXA&lc=IN&item_name=wp%2dlogin%2dlimit&amount=5%2e00&currency_code=USD&button_subtype=services&bn=PP%2dBuyNowBF%3abtn_buynowCC_LG%2egif%3aNonHosted
Tags: web form, email,form mailers, form, contact, contact form, contact form plugin, contact form widget, contact me, custom contact form, custom form,email form, email submit form, email subscription, feedback form,form builder, form manager, forms builder, forms creation, forms creator
Requires at least: 2.8
Tested up to: 4.5.2
Stable tag: 1.1.0
License: GPLv2

Contact Form: Simple but flexible contact form. Easy to add CSS styling and input fields (HTML5)
  

== Description ==

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

Go to `Settings > HTML Contact Form`. 


= Features =

* Flexible contact form
* Easy to add CSS styling
* Autocomplete text editor
* Light weight plugin 
* HTML5 syntax highlighting

= Support =
Please note that, It is a new contact form plugin. I will add new features as soon as possible.
Please suggest your opinion to 
<a href="https://wordpress.org/support/plugin/html-contact-form">support forum</a>.

= 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.

http://www.ciphercoin.com/contact/


== Installation ==

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

== Frequently Asked Questions ==
= 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
`<input name="Email" placeholder="Email" type="text" >`

= 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.
<?php echo do_shortcode( '[HTML-CF]' ); ?>

= 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. 



== Screenshots ==
1. Add html form  
2. Front end


 
