[wordpress插件] Contact Form with Ajax与Ajax的联系表

wordpress 插件 文章 2020-03-31 13:20 454 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

This is a simple plugin to generate a contact form using a shortcode.

这是一个简单的插件,可以使用简码生成联系人表格。

The main feature are:

主要功能是:

    • Google Re Captcha.
    • Google Re Captcha。

    • Can add All data from back end like: To Email, Email subject, Thank you Page, etc.
    • 可以从后端添加所有数据,例如:到电子邮件,电子邮件主题,感谢页面等。

    • AJAX is included so form will be fade out and display Thank you message without page load only if ‘Thank you Page’ id is not selected .
    • 包含AJAX,因此仅当未选择“谢谢页面” ID时,表格才会淡出并显示没有页面加载的感谢消息。

    • If To Email id not selected in settings so data will be sent to admin email automatically.
    • 如果未在设置中选择“收件人电子邮件ID”,则数据将自动发送到管理员电子邮件。

    Following fields are included (we will give access to add/update/delete fields in our next update soon):

    包括以下字段(我们将很快在下一次更新中提供添加/更新/删除字段的访问权限)

      • First Name
      • 名字

      • Last Name
      • 姓氏

      • Email Address
      • 电子邮件地址

      • Phone
      • 电话

      • Message
      • 消息

      • Google Captcha
      • Google验证码

      How to use Shortcode:

      如何使用简码:

      Just use : [cfa_contact_form]

      只需使用: [cfa_contact_form]

      This will use AJAX and data will be sent to admin email id.

      这将使用AJAX,数据将发送到管理员电子邮件ID。

      (Remember to add captcha keys in settings.)

      (请记住在设置中添加验证码密钥。)

      Remember:

      记住:

      You must have to add Google Re Captcha keys.

      您必须添加Google Re Captcha密钥。

      Please go to Settings > CFA.

      请转到“设置”>“ CFA”。

        • site key
        • 站点密钥

        • secret key
        • 秘密钥匙

        To create your website keys go to: https://www.google.comecaptcha/intro/index.html.

        要创建您的网站密钥,请访问:https://www.google.comecaptcha/intro/index.html。

安装步骤

    1. Upload plugin’s zip file to the ‘Add New Plugin’ section in the WordPress.
    2. 将插件的zip文件上传到WordPress中的“添加新插件”部分。

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Place shortcode where you want to display shortcode.
    6. 将简码放置在要显示简码的位置。

下载地址
https://downloads.wordpress.org/plugin/contact-form-shortcode-ajax.zip
-EOF-

AI助手支持GPT4.0