The current test suite is passing, with 61% coverage of the affected area. Two tests are skipped. This is ready for trunk. Still version 3.x on Stable.
Gravity Forms Infusionsoft Feed
Multiple Feeds Per Form
The feed has always supported multiple feeds per form. This provides multiple conditional API Goals; it’s basically a way to get around my inability to support more than one Conditional API Goal per feed when configuring a feed. [Read more…] about Multiple Feeds Per Form
Duplicate Contact checking Email & Name & Company is still an issue
The Feed has always supported duplicate checking by Email & Name & Company. However, I don’t think it’s ever worked correctly.
Keap supports two kinds of Company fields: a simple string value (name), and a formal Company record (just another kind of Contact) [Read more…] about Duplicate Contact checking Email & Name & Company is still an issue
Upcoming version 4.0 release
This version retires the legacy XMLRPC connection to Infusionsoft/Keap/Thryv.
This plugin uses connection technology that’s been in place throgh the company’s renaming efforts, plus the sale.
The technology has been obsolete for over a decade. It’s time to upgrade that part of Keap Connect.
Nevertheless, the transition has its challenges.
Backup your Gravity Forms feed settings
AS OF 2.5
Feed settings are exported and imported with the form.
Use this snippet to save a copy of your feeds. It’s then safe to uninstall the feed add-on.
Replace wp_ as appropriate if you use a non-standard table prefix.
wp db export \
--tables=wp_gf_addon_feed \
--no-create-info=1 \
--where="addon_slug like 'systasis%'" \
/tmp/outfile.sql
Restore the backup:
mysql [-uUSERNAME] [-pPASSWORD] [wordpress database] < /tmp/outfile.sql
