Linux 软件免费装

Joca Contact

开发者 jnetsolutions
更新时间 2016年4月19日 21:58
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.5
版权: GPLv2 or later
版权网址: 版权信息

标签

email form contact form email form contact fast light quick optimized light weight small

下载

1.0.0 1.0.1 1.0.2

详情介绍:

Joca Contact makes it easy to set up a contact form on your WordPress web site. Only install the plugin and then add the shortcode [joca_contact] to any page where you want to add the contact form. All email will automatically be sent to the email address of the WordPress Admin with the subject of the web site and including an URL to the page where the form was submitted from. This means, no settings needed and still very easy to use if you are administrating a big number of WordPress web sites. Basic form check is integrated so no empty forms can be sent and visualized by background colors on the input fields. Joca Contact is translation ready and currently available in English and Swedish. Not tested on old WordPress versions, but we see no reason why it would not work on them so feel free to test it on any version you want.

安装:

This section describes how to install the plugin and get it working.
  1. Upload the plugin files to the /wp-content/plugins/joca-contact directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the shortcode [joca_contact] at any place you want to use show the contact form

屏幕截图:

  • An example of a Joca Contact form that is automatically styled from the web site theme.

常见问题:

Can I change the text in the contact form?

Yes, just add or edit the translation files in the /languages/ folder below the theme folder.

Can I change the style of the contact form?

Yes, use your normal way to edit the CSS of your site. In many cases Joca Contact will automatically be styled to the look of your web site if the theme is programmed that way. Here is an example of CSS code to add to your normal CSS-file: .joca_contact_field { padding:5px; width:60%; min-width:240px; border:1px dotted #ccc; border-radius:10px; color:#000; } .joca_contact_field:focus { border:1px dotted #999; } .joca_contact_textarea { padding:5px; width:60%; min-width:240px; border:1px dotted #ccc; border-radius:10px; } .joca_contact_textarea:focus { border:1px dotted #999; } .joca_contact_submit { padding:5px; background:#65ccff; border:none; color:#fff; text-transform:uppercase; border-radius:3px; } .joca_contact_message_ok { color:green; } .joca_contact_message_error { color:red; }

更新日志:

1.0.2 1.0.1 1.0.0