GravityKit / GravityExport-Lite

GravityExport Lite. Export all Gravity Forms entries to Excel (.xlsx) via a secret (shareable) url.
https://gfexcel.com
GNU General Public License v2.0
12 stars 8 forks source link

add ability to select more export fields from nested form #179

Closed doekenorg closed 11 months ago

doekenorg commented 1 year ago

This PR aims to Resolve #171 .

(Other PR had weird commits).

The checkbox fix in #177 was to specific for checkboxes. Turns out it's for every field that has RowInterface that isn't yielding any rows. MultiRowCombiner already did this correctly; now the regular combiner also fixes the missing values.

Also enabled separation of fields for nested forms as default; because the combined values are unreadable. And now repeater and nested form both do this. More consistent.