Skip to content

Formidable Flat API v3.3.1

Latest

Choose a tag to compare

@vincentrathbone-web vincentrathbone-web released this 27 Aug 01:14

A follow-up correction to v3.3.0's entry-status fix, found through direct verification against a live site.

Fixed: status codes 2 and 3 were swapped

v3.3.0 mapped is_draft = 2 to "Abandoned" — inherited from older code that was never actually verified against Formidable's real behavior. Checked directly against the official Formidable Abandonment add-on's source on a live production install, and confirmed against real entry data: the correct mapping is 2 = In Progress, 3 = Abandoned. Every genuinely in-progress entry was being mislabeled "Abandoned" until this release.

Full, now-correct mapping: 0 = Submitted, 1 = Draft, 2 = In Progress, 3 = Abandoned.

Install

Download formidable-flat-api-v3.3.1.zip and install via Plugins → Add New → Upload Plugin. Requires WordPress 5.8+, PHP 7.4+, Formidable Forms 5.0+.