Contact Form : It is simple Wordpress contact form but flexible. Easy to add CSS styling and input fields. You can use as contact widget by shortcode.
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
.
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.
HTML contact form plugin has powerful inbuilt captcha.
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>
Add css styles to your theme style.css file.
Support : http://www.htmlcontactform.net/
Add shortcode [HTML-CF]
to your page.
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">
Contact message recieve to your admin email. Please check your admin email inbox.
settings > General — [admin email inbox]
Just add code as bellow
Please add action =""
and method = "post"
.
<
form action=”” method=”post”>
Add following code to your template php file.
Just wait few minutes. Email speed is depends on your host provider.
Or check spam folder. Please add valid input in email field.
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