Mô tả
This plugin allows you to use $_COOKIE, $_SERVER, $_SESSION, $_GET, $_POST and $_REQUEST data in a Gravity Form through the merge tags of a field. I’ve only really tested this using a hidden field.
Ảnh màn hình
Cài đặt
-
Copy the plugin files to
wp-content/plugins/
-
Activate plugin from Plugins page
-
Add a hidden field to your Gravity Form
-
Go to the Advanced tab in the field settings and hit the down arrow to the right of the Default Value text box
-
Scroll down to Custom and choose either Cookie Data, Server Data or Session Data
-
Change the “key” text with the data you are looking for
Đánh giá
Người đóng góp & Lập trình viên
“Gravity Forms Extended Merge Tags” 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 “Gravity Forms Extended Merge Tags” 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.1
- Added support for $_GET, $_POST and $_REQUEST variables
- Cleaned up the code to better adhere to WordPress coding standards
1.0
- Initial release