You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where Orbital theme styles were reset on the Save & Continue page when email validation failed on the Send Link form while using the new AJAX submission method.
Fixed a PHP deprecation warning that appears when showing/hiding the QR code.
Fixed a PHP fatal error that occurs when the form includes a Phone field that is set to a custom format that no longer exists.
Fixed an issue where window.gformShowSpinner was not defined in some cases.
API: Updated gf_apply_filters() and gf_do_action() to attempt to catch throwable PHP errors from hooked callbacks when WP_DEBUG is disabled.