內容簡介
功能
本外掛只做了一件事情,且非常簡單,就是若您將資訊透過 URL 傳遞,例如 https://example.com/?firstname=John&lastname=Doe,此外掛就會將相關的 firstname 和 lastname 欄位填上 John 和 Doe。
如何使用
您需要知道該欄位的 name 或 id 值。在 URL 的結尾處,輸入 ?name_of_field=value&or_id_of_field=value。
相容性
此外掛與所有網頁表單建構工具相容,包括 HTML 4 或 HTML 5。這個功能非常簡單,因此可以與所有東西搭配使用。
最佳使用方式
若您是客戶關係管理 (CRM) 使用者,則此外掛非常有用。例如 Infusionsoft 或 MailChimp。
舉例來說,在 Infusionsoft 中使用合併欄位透過 Email 連結,將人們導向個人化的頁面。
如果您是 Infusionsoft 使用者,則需使用以下語法將資訊傳遞到登陸頁面中:?inf_field_FirstName=~Contact.FirstName~&inf_field_Email=~Contact.Email~
外掛標籤
開發者團隊
原文外掛簡介
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~
