[wordpress插件] Auto Fill Form Fields自动填写表格字段

wordpress 插件 文章 2020-02-24 06:50 564 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

What It Does

它做什么

This plugin does 1 thing and 1 simple thing only.

此插件仅执行1项操作和1项简单操作。

If you pass info through the URL, say https://example.com/?firstname=John&lastname=Doe it will fill fields associated with firstname and lastname<

如果您通过URL传递信息,例如说 https://example.com/?firstname=John&lastname=Doe ,它将填充与 firstname lastname <

/code> with John and Doe respectively.

/ code>分别与 John Doe

How to use it

使用方法

You have to know what the fields name or id value is.

您必须知道 name id 字段的值是什么。

At the end of the URL type ?name_of_field=value&or_id_of_field=value.

在网址末尾输入?name_of_field = value&or_id_of_field = value

Compatibility

兼容性

Compatible with all web-form builders, html 4 or 5, really this is so simple it works with everything.

与所有的Web表单构建器(HTML 4或5)兼容,实际上这是如此简单,它适用于所有内容。

Best Uses

最佳用途

This is extremely useful if you’re a CRM user.

如果您是CRM用户,这将非常有用。

Such as Infusionsoft or MailChimp.
 

例如Infusionsoft或MailChimp。
 

For example using merge fields in Infusionsoft to send people to personalized pages through Email Links.

例如,使用Infusionsoft中的合并字段通过电子邮件链接将人们发送到个性化页面。

If you’re an Infusionsoft user, pass info to a landing page by using the following syntex in your link.

如果您是Infusionsoft用户,请在链接中使用以下语法将信息传递到登录页面。

?inf_field_FirstName=~Contact.FirstName~&inf_field_Email=~Contact.Email~

?inf_field_FirstName =〜Contact.First ~~ inf_field_Email =〜Contact.Email〜

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

Method 1:

方法1:

    1. Upload via Plugins -> the Add New page

      通过插件上传->“添加新页面”

    2. Install and Activate

      安装并激活

    3. Start using!

      开始使用!

    Method 2:

    方法2:

      1. Upload to wp-content/plugins/

        上传到wp-content / plugins /

      2. extract .zip file contents

        提取.zip文件内容

      3. Go to All Plugins page

        转到“所有插件”页面

      4. Activate and start using.

        激活并开始使用。

下载地址
https://downloads.wordpress.org/plugin/auto-fill-form-fields.zip
-EOF-

AI助手支持GPT4.0