Articles

2025/2026 Holiday Period Support Desk Availability

Our support team will be closed for the holidays on the following dates:

Wednesday, December 24 and Thursday, December 25, 2025 (Christmas Eve and Christmas Day)

Wednesday, December 31, 2025 and Thursday, January 1, 2026 (New Year’s Eve and New Year’s Day)

We will resume normal operations on Friday, December 26, and Friday, January 2.

gform_advancedpostcreation_editable_fields

The gform_advancedpostcreation_editable_fields filter modifies the list of editable field IDs used by the Gravity Forms Advanced Post Creation Add-On when updating an existing post.

gform_advancedpostcreation_editable_fields_excluded_types

The gform_advancedpostcreation_editable_fields_excluded_types filter allows add-ons and developers to modify the list of field types excluded from being editable in the Gravity Forms Advanced Post Creation Add-On.

Setting Up the the Advanced Post Creation Add-On to Edit Posts

This article provides step by step instructions on setting up and customizing the Advanced Post Creation Posts block and shortcode.

Editing Posts with the Advanced Post Creation Add-On

This article explains how authors can edit posts created through Advanced Post Creation Add-On (APC) when editing is enabled in the feed settings.

Advanced Post Creation Add-On Block Settings

This article details the settings available for the APC Post List block once it has been inserted.

Using Progress Bars in Multi-Page Forms

This article explains how to enable the Progress Bar or Steps indicator in a multi-page form, how to control navigation, and how to customize the display.

gform/gfcf/hide_conditions

This gform/gfcf/hide_conditions filter allows developers to add custom visibility rules for fields in conversational forms.

How to Automatically Delete Gravity Forms Entries

Learn how to automate the cleanup of Gravity Forms entries. This guide covers using the built-in Personal Data retention settings and provides code snippets for developers to implement custom deletion logic via hooks.

gform/gfcf/visibility_field_classes

The gform/gfcf/visibility_field_classes filter allows customization of which field CSS classes should be monitored for visibility changes. The field observer system uses it to watch for changes to the style.display property of fields.