Gravity Forms v2.3.4 Released

Gravity Forms v2.3.4 is now available via automatic update and the downloads page.

This update includes security enhancements, bug fixes, and developer updates. Updates and a bug fix have also been added to the Gravity Forms API and Add-On Framework which are included in the Gravity Forms core plugin. For complete details on what is new in Gravity Forms v2.3.4 see the changelog below.

Gravity Forms v2.3.4 Changelog

  • Added security enhancements.
  • Added the gform_pre_handle_confirmation action.
  • Added the gform_pre_entry_detail action hook which runs before entry detail page is displayed. Credit: Scott Kingsley Clark from Pods Framework.
  • Added the gform_post_update_entry_property action hook which runs after an entry property is updated. Credit: Scott Kingsley Clark from Pods Framework.
  • Added the gform_form_export_filename filter to change form export filename.
  • Added error suppression for chmod() and touch() function calls.
  • Added the gform_incomplete_submission_pre_save filter allowing the entire incomplete submission to be overridden before it is saved to the database.
  • Added the gform_incomplete_submission_post_get filter allowing the entire incomplete submission to be overridden after it is retrieved from the database.
  • Updated the System Status page to display admin messages.
  • Updated the Add-Ons section of the System Report to remove the redundant "view details" link when the add-ons minimum requirements are not met.
  • Fixed the form failing validation when a field is both required and set to hidden visibility.
  • Fixed issue with total calculation when using a quantity drop down field with decimal values.
  • Fixed non-functional save link when the next or submit button is hidden by conditional logic.
  • Fixed an issue with a localized string.
  • Fixed an issue when searching Multiselect fields for slashes and double quotes.
  • Fixed the Enhanced UI styles overriding the styles for other chosen.js enhanced selects located outside the form wrapper.
  • Fixed the $resume_token parameter of the "gform_incomplete_submission_pre_save" filter being empty.
  • Fixed the Ajax spinner remaining when the submission is blocked due to the next/submit button being hidden by conditional logic.

Gravity Forms v2.3.4 Add-On Framework Changelog

Gravity Forms v2.3.4 API Changelog

  • Updated the Web API form submissions endpoint to omit the ID of the created entry from the result if the user being impersonated does not have the capability to view or edit entries.
  • Updated the result returned by GFAPI::submit_form() to include the ID of the entry created from the submission.
  • Fixed an issue with the start_date and end_date search criteria where the start_date or end_date is assumed to be today if it's missing.

You can update to the latest version of Gravity Forms using Automatic Update. Just visit the Updates page under the Forms navigation in your WordPress Dashboard. Update deployment is staged so if you do not see the update available, try again in a few hours. You can also download the latest version of the plugin from the Downloads page.

Please Note: Automatic Update will only work if you have correctly entered your License Key in the Settings page of Gravity Forms in your WordPress Dashboard.

Don't own a Gravity Forms Yet? What are you waiting for? Purchase a copy today!

Share This
5 Responses to "Gravity Forms v2.3.4 Released"
  1. baquer says:

    We have gravity on auto update, after this last update v2-3-4 we are having problems with some of the forms, the submit button is not working.

    Anyone else facing any issues?

  2. ekazda says:

    We had a similar problem. We had to manually update our plugin because update notifications and automatic updates completely stopped working. This is a real problem because it means that we need to manually update our entire catalog of websites that utilize Gravity Forms.

    The only up-side to this is that the most recent version of Gravity Forms (2.3.4.3) resolved the submit button problem.

  3. Chris Hajer says:

    This can happen if the submit button markup has been modified, presumably by the theme or another plugin which is using the gform_submit_button filter. The modified button typically does not include the gform_button class and inline scripts for triggering the submission won't be included.

    If you aren't sure what is changing the submit button you may need to run through a full theme/plugin conflict test: https://docs.gravityforms.com/testing-for-a-themeplugin-conflict/

    ​Or you can use our Debug add-on to check for conflicts without affecting any site visits:
    ​https://docs.gravityforms.com/gravity-forms-debug-add-on/

  4. kwestfehling says:

    How do you upgrade Gravity forms manually (by having downloaded the latest update) without losing any settings or customization? Thanks

    • Richard Wawrzyniak says:

      To manually update using a zip available from the downloads page follow the steps below.

      NOTE: Do NOT use the Uninstall [plugin] button in the Forms > Settings area - this will remove your data.

      The steps below will only remove the plugin files so you can replace them with the newer version. This does NOT touch your data.

      1. Select the "Deactivate" option for the plugin you're trying to update
      2. Select the "Delete" option for the plugin you're trying to update
      3. Answer yes when prompted to delete the files. This step deletes the plugin's folder and the files inside.
      4. Select the option to "Add New" plugin
      5. Select "Upload"
      6. Browse to the location where you saved the newly downloaded zip file and select it
      7. Click "Install Now". You should see the message "Plugin installed successfully." This step recreates the plugin's folder and the files inside.
      8. Click "Activate Plugin"

Leave a Reply