Total 12/05/2024 : We HAVE 9484 Items and more than 3135 happy members.
Log Update Item Gravity Perks – Nested Forms
This page only show history update item Gravity Perks – Nested Forms.

Fixed regression where a change in the form container element caused form change events not to fire.

Fixed regression where entries wouldn't be saved in certain circumstances if a Nested Form field is conditionally displayed by a calculated field.

- Added [gpnf_export_parent_entry_row](https://gravitywiz.com/documentation/gpnf_export_parent_entry_row/) filter to allow disabling the output of parent entry rows alongside their child entry rows.

- Added [gpnf_export_parent_entry_data_on_child_entry_rows](https://gravitywiz.com/documentation/gpnf_export_parent_entry_data_on_child_entry_rows/) to allow exporting parent entry data on child entry rows.

Fixed inconsistent behavior of :total, :sum, and :count modifiers between the frontend and the backend if the Nested Form field is hidden. The correct behavior is to return `0` if the Nested Form field is hidden.

- Added new `.destroy()` method to `window.GPNestedForms` to allow for more integrations.

- Fixed issue where the {Parent} merge tag wouldn't work with wpDataTables.

- Added new [`gpnf_submitted_entry_ids`](https://gravitywiz.com/documentation/gpnf_submitted_entry_ids) filter.

- Improved compatibility with Gravity Flow Discussion fields when editing child entries.

- Improved how Nested Forms populates File Upload fields when editing child entries to improve compatibility with File Upload Pro's sorting and cropping functionality.

Improved Nested Form exporting by running field values through `gform_export_field_value`.

- Added support for populating Paragraph fields with the Rich Text Editor enabled using `{Parent}` merge tags.

- Improved compatibility with Gravity Flow User Input Step. The min/max number of child entries is now validated.

- Improved compatibility with GP Read Only when using `{Parent}` merge tags.

Fixed regression with multiple datepickers not behaving correctly in Nested Forms if focus trap is enabled.

Fixed regression where datepicker selects could not be interacted with in Firefox due to Focus Trap.

- Fixed PHP notice on parent form submission.

- Added "Update URI" to plugin header to improve security.