Changeset 1918317
- Timestamp:
- 08/01/2018 03:00:48 PM (8 years ago)
- Location:
- gf-fields-persistence/trunk
- Files:
-
- 5 edited
-
README.md (modified) (1 diff)
-
assets/js/gf-field-persistence.js (modified) (1 diff)
-
classes/class-persistence.php (modified) (1 diff)
-
gravityforms-fields-persistence.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gf-fields-persistence/trunk/README.md
r1911404 r1918317 11 11 ## What fields does it support 12 12 Currently only text and textarea fields are supported. We will add more fields along the way. Please also submit you requests as an issue! 13 14 ## Props 15 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. 13 16 -
gf-fields-persistence/trunk/assets/js/gf-field-persistence.js
r1911404 r1918317 41 41 }); 42 42 } 43 44 console.log(dataToSave);45 46 return false;47 43 }, 48 44 -
gf-fields-persistence/trunk/classes/class-persistence.php
r1911404 r1918317 6 6 7 7 private static $instance; 8 private $_version = '1.0. 1';8 private $_version = '1.0.2'; 9 9 private $load_js_in_footer = true; 10 10 -
gf-fields-persistence/trunk/gravityforms-fields-persistence.php
r1911404 r1918317 4 4 Plugin URI: https://github.com/radishconcepts/gravityforms-field-persistence/ 5 5 Description: Adds persistence to the Gravity Forms fields, so inputs will be saved in order to use it in other forms. This will improve user experience and boost your goals! 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: Radish Concepts <info@radishconcepts.com> 8 8 Author URI: https://www.radishconcepts.com -
gf-fields-persistence/trunk/readme.txt
r1911410 r1918317 28 28 == Changelog == 29 29 30 = 1.0.2 = 31 * Stupid JS fix (debug info removed) 32 33 30 34 = 1.0 = 31 35 * Initial plugin
Note: See TracChangeset
for help on using the changeset viewer.