Mô tả
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~
Cài đặt
This section describes how to install the plugin and get it working.
Method 1:
-
Upload via Plugins -> the Add New page
-
Install and Activate
-
Start using!
Method 2:
-
Upload to wp-content/plugins/
-
extract .zip file contents
-
Go to All Plugins page
-
Activate and start using.
Hỏi đáp
- 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
orid
and the URL identifier is the same as theid
orname
.
If you don’t know how to find out what theid
orname
is, then right-click on the field and click ‘inspect’. That will tell you.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Auto Fill Form Fields” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Auto Fill Form Fields” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.2
Small bug fix
1.0
First public release version