這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Auto Fill Form Fields

外掛說明

What It Does

This plugin does 1 thing and 1 simple thing only. If you pass info through the URL, say https://example.com/?firstname=John&lastname=Doe it will fill fields associated with firstname and lastname with John and Doe respectively.

How to use it

You have to know what the fields name or id value is. At the end of the URL type ?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.

Best Uses

This is extremely useful if you’re a CRM user. Such as Infusionsoft or MailChimp.
For example using merge fields in Infusionsoft to send people to personalized pages through Email Links.
If you’re an Infusionsoft user, pass info to a landing page by using the following syntex in your link. ?inf_field_FirstName=~Contact.FirstName~&inf_field_Email=~Contact.Email~

安裝方式

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

Method 1:

  1. Upload via Plugins -> the Add New page

  2. Install and Activate

  3. Start using!

Method 2:

  1. Upload to wp-content/plugins/

  2. extract .zip file contents

  3. Go to All Plugins page

  4. Activate and start using.

常見問題集

Does it do anything other than auto-populate fields?

No.

Does it work with any forms?

Yes, as long as the form fields have a name or id and the URL identifier is the same as the id or name.
If you don’t know how to find out what the id or name is, then right-click on the field and click ‘inspect’. That will tell you.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Auto Fill Form Fields〉的開發相關工作。

參與者

將〈Auto Fill Form Fields〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2

Small bug fix

1.0

First public release version