Changeset 1847126
- Timestamp:
- 03/26/2018 04:22:33 PM (8 years ago)
- Location:
- tave-integration-using-gravity-forms/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
tave_gf.php (modified) (1 diff)
-
tave_gf_addon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tave-integration-using-gravity-forms/trunk/README.txt
r1725699 r1847126 3 3 Tags: forms, gravity forms, tave studio manager, táve, tave 4 4 Requires at least: 4.1 5 Tested up to: 4. 86 Stable tag: 1.0. 2b5 Tested up to: 4.9 6 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 1.0.3 = 48 * Added Brand field mapping. 49 47 50 = 1.0.2 = 48 51 * Custom fields can now be mapped to dropdown and radio Gravity Form fields. -
tave-integration-using-gravity-forms/trunk/tave_gf.php
r1725660 r1847126 4 4 * Plugin URI: http://help.tave.com/getting-started/contact-forms/using-gravity-forms 5 5 * Description: Integrate Gravity Forms with Táve Studio Manager 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Táve 8 8 * Author URI: https://tave.com -
tave-integration-using-gravity-forms/trunk/tave_gf_addon.php
r1725106 r1847126 269 269 $taveFieldMap = array(); 270 270 foreach ($fieldList as $taveField) { 271 if (in_array($taveField['name'], array(' Brand','SecretKey'))) continue;271 if (in_array($taveField['name'], array('SecretKey'))) continue; 272 272 273 273 $fieldMappingEntry = array(
Note: See TracChangeset
for help on using the changeset viewer.