Skip to content

2.0.2

Pre-release
Pre-release

Choose a tag to compare

@agileware-justin agileware-justin released this 31 Aug 03:59
· 8 commits to main since this release

v2.0.2 — Gravity Forms 3.1.0.3 Address field compatibility fix

Fixes the Address field's State/Province field being hidden and not saved, caused by Gravity Forms 3.0.3+ changing the Country value to an ISO code (e.g. "AU") instead of the full country name (e.g. "Australia").

Fixed

  • State/Province field no longer hides itself — the CiviCRM states lookup now matches on both the country's ISO code and name.
  • Fixed the same ISO code vs. name mismatch in the State "required" validation relaxation.
  • Fixed loadCountriesAndStatesData() duplicating every country entry in its cache instead of replacing it in place.

New: Address Field - Country Value setting

A new setting under Forms → Settings → CiviCRM Settings lets you choose whether the Country value sent to the Webhooks add-on is the Country Name (default, restores pre-3.0.3 behaviour) or the Country ISO Code (Gravity Forms' native behaviour since 3.0.3). Existing installations are migrated automatically — no action required.

Full Changelog: 2.0.1...2.0.2