radishconcepts/gf-field-persistence

Composer.json file for Gravity Forms Field Persistence plugin

Installs: 57

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 0

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin

1.0.0 2018-07-13 09:14 UTC

This package is auto-updated.

Last update: 2024-09-06 04:59:38 UTC


README

This plugin makes it able to save users data, in order to prefill the data in other forms on the site.

How does it work?

This plugin uses the dynamic input name, which can be entered in a Gravity Forms field. As long these names are the same across different forms, the fields will be automatically populated. The data will be stored in a cookie.

Since all the functionality is handled by Javascript, it will also work on site with Varnish cache.

What fields does it support

Currently only text and textarea fields are supported. We will add more fields along the way. Please also submit you requests as an issue!

Props

Thanks to https://wisdmlabs.com/blog/gravity-forms-data-persistent-for-save-progress/ which gave us the initial idea, however we needed it to work with Varnish, so we created this Javascript-based version.