gpld_disable_inline_date_picker_default_date
Filter whether the Inline Date Picker should select a date by default.
gpnf_should_open_modal
DescriptionUsageParametersSinceExamplesDo not open a modal if a given field is empty.Description Filter whether the nested form modal should open or not. Note: this snippet should …
gpls_should_enforce_on_render
Filter whether Limit Submissions should be enforced on render. By default, only field-based rules are exempted from being enforced on render as the user may change the value before submitting the form; however, fields that are hidden are enforced on render.
gppa_where_clause
Modify the where clause generated by Populate Anything’s field settings.
gppt_is_enabled
Filter whether page transitions is enabled for a form or not. Useful for other plugins to disable page transitions if AJAX forms are not supported.
gpaa_marker_set (JS)
DescriptionUsageParametersSinceExamplesAdd an Info Window to the MarkerAdd a circle to the MarkerDescription Action fired after a marker has been placed on a map field. It …
gpeb_edit_confirmation
Filter the confirmation shown when editing an entry. Useful for changing behavior to a redirect or programmatically changing the message.
gpqr_params_pre_generate
Filter the params used when generating a code.
gpqr_content_pre_generate
Filter the content of a code before its generated. Useful for encoding/decoding entities, etc.
gpls_calendar_periods
Filter the available calendar periods available to Limit Submissions. Useful for adding custom periods such as periods starting on a specific day of the month.
gpfr_merge_tag_forward_slash_replace_char
Control the character(s) used to replace forward slashes in merge tag values.
gpfr_replace_merge_tag_forward_slashes
Modify the character(s) used when replacing forward slashes in merge tag values.
gpaa_marker_set (JS)
DescriptionUsageParametersSinceExamplesAdd an Info Window to the MarkerDescription Action fired after a marker has been placed on a map field. It allows you to programmatically make …
gpnf_calc_entries (JS)
DescriptionUsageParametersSinceDescription Filter the child entries used for Nested Forms’ calculation merge tag modifiers such as :count, :sum, and more. This is useful for conditionally including/excluding …
gpnf_calc_replacement_value (JS)
DescriptionUsageParametersSinceDescription Filter the replacement values for Nested Forms calculation merge tag modifiers such as :sum. When using this filter, it’s also recommended to utilize the …