gpnf_set_parent_entry_id
Filter parent entry ID
gpcc_custom_clear (JS)
DescriptionUsageParametersSinceDescription Handle clearing copied values manually. Usage Parameters clearMode bool Set to true to instruct GPCC to leave clearing functionality to filter. id string HTML …
gpcc_custom_copy (JS)
DescriptionUsageParametersSinceDescription Handle copying fields manually. Usage Parameters copyMode bool Set to true to instruct GPCC to leave copying functionality to filter. id string HTML Element …
gpnf_fetch_form_html_on_load (JS)
DescriptionUsageParametersExamplesDisable Automatically Loading Child Form HTMLSinceDescription JavaScript filter to modify the behavior of automatically loading Nested Form markup when the parent form is loaded. If …
gppa_no_results_value
Modify the value of an input when no object results have been found. Note, the field’s Default Value will be used if field dependencies have not been filled in.
gppa_has_empty_field_value
Modify the value of an input when its value is being populated dynamically and there is a field dependency that is not filled in. This will take priority over the field’s Default Value.
gpnf_should_use_static_value
Filter whether the current Nested Form field’s value should be fetched dynamically from the database or left as is.
gppa_template_rows
DescriptionUsageParametersSinceExamplesAdd A Custom Choice TemplateAdd A Custom Choice Template That is Conditionally DisplayedDescription JavaScript filter to modify the available choice/template templates available in the Form …
gppa_input_choice
Modify the current choice that’s being populated into the current field.
gppa_max_property_values_in_editor
Send back response to the editor that the property values should not be displayed in the dropdown for this particular property. Instead, a custom value or special value should by used by the user. This is done for usability purposes but also to help browsers from locking up if there are a huge number of results.
gpeu_connection_threshold
DescriptionUsageParametersExamplesIncrease the number of concurrent connections to 10.SinceDescription Filter the number of maximum concurrent connections that can be made to the server while sending emails. …
gpnf_child_entry_max
Filter the maximum number of child entries accepted in a Nested Form field. This supersedes any maximum set in the Entry Limits setting of a Nested Form field.
gpnf_post_duplicate_entry
DescriptionUsageParametersExamplesOpen Edit modal after child entry is duplicated.SinceDescription Do something after a child entry has been duplicated on the frontend. Usage Parameters entry object The …
gpnf_cookie_name
Filter the name of the session cookie GPNF uses for a given form
gprf_replacing_elem (JS)
DescriptionUsageParametersExamplesReload Form in a Custom ElementSinceDescription Filter which element will be replaced with the original form markup. Usage Parameters replacingElem \jQuery The element to be …