Gravity Forms JavaScript Dynamic Population
Dynamically populate Gravity Forms fields from query parameters using JavaScript.
by Matt Mirus · github.com/mmirus/gravity-forms-javascript-dynamic-population · website
★ 12stars
35composer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mmirus/gravity-forms-javascript-dynamic-population/archive/refs/heads/master.zipAlso on Packagist as mmirus/gravity-forms-javascript-dynamic-population:
composer require mmirus/gravity-forms-javascript-dynamic-populationDeclares an update source (https://github.com/mmirus/gravity-forms-javascript-dynamic-population), so updates arrive through the plugin's own updater.
From the readme
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:
1. With composer from Packagist: composer require mmirus/gravity-forms-javascript-dynamic-population
2. With GitHub Updater
3. 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.
Read the full README on GitHub →