Banner for Gf Dynamic Fields
Dynamically fill fields with session, cookie, or other values, based on 'Forms: 3rdparty Dynamic Fields'. Wordpress Tutorial
Noted That:
  • To install correctly this gf-dynamic-fields.zip .
  • Fisrt Download the gf-dynamic-fields.zip to your computer
  • Extract/Open gf-dynamic-fields.zip to Your Computer.
  • Then, Find readme.txt file inside gf-dynamic-fields.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " gf-dynamic-fields.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Gf Dynamic Fields

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Gf Dynamic Fields

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Gf Dynamic Fields

Step-5 : Now, Browse " gf-dynamic-fields.zip " Downloaded plugin from your computer, Where you downloaded " gf-dynamic-fields.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Gf Dynamic Fields

Step-6 : Now, Click on " Active Plugin "

Activate Gf Dynamic Fields

Step-7 : Then, See left Side Menu. " Gf Dynamic Fields " folder is added on left Side Menu. Now, Click on " Gf Dynamic Fields " folder.

Noted that: If you do not see " Gf Dynamic Fields " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Gf Dynamic Fields Configurations and Settings or How to work " Gf Dynamic Fields " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Gravity Forms Dynamic Fields " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Gravity Forms Dynamic Fields
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Unzip, upload plugin folder to your plugins directory ( /wp-content/plugins/ )
  2. Make sure Gravity Forms is installed
  3. Activate plugin
  4. Create or edit a Gravity Form — under the ‘Advanced’ tab of a field, check “allow this field to be populated dynamically”.
  5. Set the ensuing ‘Parameter Name’ field to one of the registered placeholders:
    • session_desiredkey where ‘session_’ is a prefix indicating you want a Session value and ‘desiredkey’ is the index of which Session value to retrieve
    • cookie_desiredkey where ‘cookie_’ is a prefix indicating you want a Cookie value and ‘desiredkey’ is the index of which Cookie value to retrieve
    • param_desiredkey where ‘param_’ is a prefix indicating that you want a URL query parameter (or form POST) and ‘desiredkey’ is the index of the request parameter to retrieve. Gravity Forms actually already does this, but it’s included for consistency and this param will also check for POST parameters.
    • page_url gets the current WP page url
    • page_url_nodomain gets the current WP page url without the site domain (i.e. relative path)
    • page_url_domain gets the domain of the current WP page url without the relative path
    • page_url_network gets the network domain of the current WP page (useful with multisite); may be the same as page_url_domain
    • page_referer attempts to get the current referring url
    • page_request gets the server-generated page url (which may/not be the same as page_url , such as containing the querystring)
    • page_ip attempts to get the client’s ip address
    • time gets the current timestamp
    • date gets the current ISO formatted date
    • time_local gets the current timestamp formatted to your local settings
    • date_local gets the current date formatted to your local settings
    • sitename gets the blog’s name as configured in your admin settings

Name