Download the PHP package mmirus/gravity-forms-javascript-dynamic-population without Composer
On this page you can find all versions of the php package mmirus/gravity-forms-javascript-dynamic-population. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mmirus/gravity-forms-javascript-dynamic-population
More information about mmirus/gravity-forms-javascript-dynamic-population
Files in mmirus/gravity-forms-javascript-dynamic-population
Package gravity-forms-javascript-dynamic-population
Short Description Dynamically populate Gravity Forms fields from query parameters using JavaScript.
License MIT
Homepage https://github.com/mmirus/gravity-forms-javascript-dynamic-population
Informations about the package gravity-forms-javascript-dynamic-population
Gravity Forms JavScript Dynamic Population
Some caching systems ignore query parameters, preventing Gravity Forms from dynamically populating field values.
This plugin bypasses that problem by filling Gravity Forms fields that have dynamic population enabled on the client side using JavaScript.
Installation
There are three options for installing this plugin:
- With composer from Packagist:
composer require mmirus/gravity-forms-javascript-dynamic-population
- With GitHub Updater
- By downloading the latest release ZIP from this repository and installing it like any normal WordPress plugin
Usage
Once you have the plugin installed and activated, just configure Gravity Forms' built-in dynamic population setting for the desired form fields as you normally would--no extra steps are needed. When values are passed for those form fields in the URL, the plugin's JavaScript will detect them and fill them in.