gpnf_set_parent_entry_id
Description
Filter parent entry ID
Usage
Apply to all forms.
add_filter( 'gpnf_set_parent_entry_id', 'my_custom_function' );
Apply to specific form.
add_filter( 'gpnf_set_parent_entry_id_{FORMID}', 'my_custom_function' );
Parameters
parent_entry_id string
Parent entry ID to link child entries to
Since
This filter is available since Gravity Forms Nested Forms 1.0-beta-9.10.