开发者 | danixland |
---|---|
更新时间 | 2020年11月5日 21:08 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 5.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/danixland-contact-form
directory, or install the plugin through the WordPress plugins screen directly.Contact Form
admin screen to configure the plugin.[dnx_contactform]
shortcode to display the form. If you need you can insert other text before or after the shortcode.Starting from version 1.3 is no longer possible. It used to be possible by providing geo coordinates and a Gmaps API key in order for the map to show up, but I decided against it. If users require a map I'll look into integrating it again.
Inside the Contact Form
admin screen you can provide your own Privacy Policy and it will show up before the form itself.
every tag that's in the plugin output has either a class or an id attached to it, so that you can style it the way you want it. The only tag that comes with a style attached to it is a honeypot text field that is made to be hidden.
Of course, you can ask for help on the forums or write a comment on the main article for this plugin on my site, I'll reply ASAP ;)
danixland contact form ships with a .POT file that can be used to create a translation of the plugin in your language, so if you're familiar with english you can help by providing a translation and it will be added to future versions of the plugin along with a link to your profile on these pages ;) To provide a translation simply edit the file "danixland-contact-form.pot" and fill every line with the traduction in your language, then save it as yourlanguagecode.po (E.G. it_IT.po for Italian), then contact me via the forums or my site and I'll tell you how to send this file to me. I'll add your translation ASAP. A number of softwares exists to help you with .po files, like POEdit or Lokalize
<fieldset>
now the form fields are arranged inside a generic <section>
because of this bug in chrome.