-
·
Generate Unique Submission ID in Hidden Field
Generates a human-readable unique ID for each successful form submission and saves it to a designated Hidden field. Supports multiple forms and multiple hidden fields via a config array. Each ID uses a configurable prefix (including any separator) followed by
-
·
HTML Field Conditional Logic Popup
Adds a Show as Popup checkbox to HTML fields in the form editor. When conditional logic shows a popup-enabled HTML field after user interaction, its content opens in an accessible modal instead of inline on the form.
-
·
Block URLs in Text and Textarea Fields
Rejects submissions containing URLs in text and textarea fields. Detects plain URLs (http://, https://, www.), HTML anchor tags, and Markdown-style links to reduce spam without requiring a CAPTCHA.
-
·
Convert Entry Date Created to Local Time in Webhook Request
Converts the date_created field in outbound webhook requests from GMT to the site’s configured local time when the feed is sending all fields.
-
·
Notify Users With Pending Activation On Login
Replaces the generic “invalid username/email” error shown at login with a clearer “Account is pending activation.” message when the credentials match a pending User Registration activation. Works with both the WordPress login form and the User Registration add-on’s login form.
-
·
Export Likert Numeric Score Instead of Label
Replaces the exported value of Likert survey fields with their numeric score (as configured in the field’s survey scoring) rather than the selected choice label. Applies to entry exports (CSV) and any consumer of the gform_export_field_value filter.
-
·
Allow Selection of All CPTs in APC Feed
By default, the Advanced Post Creation add-on only surfaces publicly registered custom post types in the feed settings. This removes the public argument from the get_post_types() query, allowing both public and non-public CPTs to appear as options.