Total 11/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.

Added [gpnf_should_delete](https://gravitywiz.com/documentation/gpnf_should_delete) JavaScript filter.

Added [gpnf_child_entries_separator](https://gravitywiz.com/documentation/gpnf_child_entries_separator/) filter to allow modifying the separator between child entries in the All Entries view.

- Fixed potential JavaScript errors when submitting/editing entries for some use-cases.

- Added `enableFocusTrap` to [`gpnf_init_script_args`](https://gravitywiz.com/documentation/gpnf_init_script_args).

Fixed issue where jQuery UI modal was not updated to work with our new build flow.

Fixed issue where (Parent) merge tags would not be parsed if used in fields conditionally shown by a Section Field.

- Improved support for checkboxes pulled into child forms using the {Parent} merge tag. When more than one checkbox is selected, the values/labels will be comma delimited.

- Added `:label` modifier to `{parent}` GPNF merge tags.

- Added [gpnf_modal_button_css_classes](https://gravitywiz.com/documentation/gpnf_modal_button_css_classes) JavaScript filter.

- Added [gpnf_should_trash_entries_on_delete](https://gravitywiz.com/documentation/gpnf_should_trash_entries_on_delete) filter.

- Fixed issue where child entry notifications would not be sent when using a Nested Form field with the WooCommerce GF Product Add-ons extension.

- Improved user experience of how Summary Fields are managed. They're now listed out vertically and sortable.

- Added French translation. Thank you, [Cyrille Sanson](https://100son.net)!

- Fixed typo in :sum modifier merge tag default value.

- Updated custom template names to have precedence before all standard template names.

- Updated docblock with variables in `nested-entries-all.php`.

- Added new `GP_Nested_Forms::get_template_names()` method and updated instances where we specified template names manually to use this new helper method.