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

Added native support for nested forms. #110

Closed doekenorg closed 2 years ago

doekenorg commented 2 years ago

This MR add's a new Transformer field for the form field type; which is a GP Nested Forms field.

This field will return columns for the selected nested fields. The column label will be the nested field label, suffixed by the field label. This can be overwritten via the gfexcel_field_label hook.

The result for the Lite edition will be concatenated like any other separable field. And on the pro version each entry will have its own row; if one chooses to do so for separable fields.

Note There is no support for exporting these values to a different sheet. I figured that could be a separate feature.

This MR will resolve #98