### 3.0.2 | 2026-08-05
– 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.,- Updated the placeholders.js script to the latest version (3.0.2). Removed jquery.placeholders.2.1.1.min.js. Added placeholders.jquery.min.js. This is the jQuery adapter version of the script which patches val() to return an empty string when the placeholder is active. gform_placeholder now has jQuery as a dependency.
– Updated name of “gform_before_update_form_meta” hook to “gform_post_update_form_meta” and changed from “add_action” to “do_action”.
– Updated GFFormsModel::get_form_meta() to return an array of GF_Field objects in the fields array.
– Updated the forms import & export tools to use JSON. Legacy XML files are still supported on import.
– Updated the update button on the entry edit page to be disabled until the page loads completely.