开发者 | arshidkv12 |
---|---|
更新时间 | 2019年3月24日 13:55 |
捐献地址: | 去捐款 |
PHP版本: | 2.8 及以上 |
WordPress版本: | 4.5.2 |
版权: | GPLv2 |
[HTML-CF]
to page or post. You can add custom fields by HTML5 code.
Go to Settings > HTML Contact Form
.
产品特点
<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/
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
<input name="Email" placeholder="Email" type="text" >
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.