### 1.7.1 | 2025-03-04 - Added a warning notice in the form editor when a payment field is not positioned as the last field on a form. - Added compatibility with Gravity Form's new AJAX submission process, which is required by some Stripe payment methods. Requires Gravity Forms 2.9.28.1 or higher for full support. - Fixed an issue that causes large images on the welcome screen to display with the wrong aspect ratio. - Updated field validation to include all hidden inputs from the form footer to prevent validation errors in some circumstances, such as when the `gform_currency` filter changes the form's currency. ### 1.7.0 | 2025-12-11 - Added the ability to use markup and line breaks in the Welcome Screen Message. - Added [`gform/gfcf/hide_conditions`](https://docs.gravityforms.com/gform-gfcf-hide_conditions/) js filter to register functions that determine if a field should be hidden. - Added [`gform/gfcf/visibility_field_classes`](https://docs.gravityforms.com/gform-gfcf-visibility_field_classes/) js filter to customize which field classes are monitored for display property changes. - Fixed an issue where inline, text-level HTML elements are not styled correctly in the form confirmation message. - Fixed an issue where the reCaptcha badge appears behind the navigation bar. - Fixed an issue where a single field form with the honeypot enabled can't be submitted. - Fixed an issue where the progress bar is incorrect when the honeypot is enabled. - Fixed an issue where the first page is blank if the honeypot is the first field. - Fixed an issue where a permanently deleted form post is still displayed within the wp_posts table. - Fixed an issue where visually hidden fields are still rendered as steps, resulting in empty screens during form navigation. - Fixed a bug that sometimes causes fields to be validated incorrectly when a form has conditional logic. - Fixed an issue where choice-based fields can fail state validation when the field choices are being modified via a form filter based on a query argument. - Fixed issues with submit button settings by ensuring conversational view always uses bottom placement with text-type buttons - Updated the conversational form scripts to disable the new Ajax submission method (available with GF 2.9+) when detected. - Updated components to the latest version. ### 1.6.0 | 2025-02-19 - Fixed a bug where pressing the "Enter" key does not take you to the next page after filling out a Radio or Checkbox field in Safari. - Fixed the loading of images to be compatible with WordPress 6.7. - Fixed an issue where Drop Down and Multi-Select fields using enhanced UI do not receive focus or allow you to select an option when using keyboard navigation. - Updated the focus state to use an outline instead of box shadow for improved accessibility. ### 1.5.0 | 2024-10-17 - Added support for the entry source_id property when used with the Partial Entries Add-On and Gravity Forms 2.9.0. - Added JS filter `gform_gfcf_custom_empty_field_check` to bypass the empty field checks. - Added support for and appearance defaults for the Image Choice field in Gravity Forms 2.9.0. - Fixed an issue where form submission would bypass the CAPTCHA validation when not in conversational mode. - Fixed an issue where the media library would not open in the block editor if a form is present and the Conversational Forms Add-On is active. - Fixed an issue where the logo is displaying at a very small size by changing the image size used. - Fixed an issue where the conversational form is displayed unstyled on certain situations when the default theme is the Gravity Forms 2.5 Theme. - Updated the theme asset loading and minification. - API: Removed the deprecated form Theme Framework global CSS API properties. ### 1.4.0 | 2024-07-10 - Added a hidden input to the form as a way of verifying whether a submission is a conversational form. - Added support for the pre_submission filter available in Gravity Forms 2.9+. - Fixed an issue with conditional logic that sometimes results in incorrect reporting about whether a field is hidden or not. - Fixed the double spaces after periods in a couple of strings. ### 1.3.0 | 2024-04-23 - Added a `conversational_form` post type to better handle permalinks and templates. - Fixed a conflict with an upcoming change that will be released in Gravity Forms 2.9 that prevents the Save & Continue button from working correctly when the Enter key is pressed. - Fixed an issue where multifile uploads were not working correctly on iOS Safari. - Updated the data structure for how media uploads are stored in the form. ### 1.2.0 | 2023-11-29 - Fixed a bug where a form that requires login still shows the welcome screen to logged-out users. - API: Updated styles and refactored the Conversational Forms Add-On CSS API to work with the updated form Theme Framework CSS API and to be consistent. - Adds capabilities to the GF_Conversational_Forms class. ### 1.1.0 | 2023-10-05 - Updated `is_conversational_form()` to the global namespace so it can be used in other add-ons. - Updated the conversational form view to ignore styles from the `gform_default_styles` filter. ### 1.0.0 | 2023-07-27 - It's all new!