Conversational Forms Changelog

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_convoforms_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!