Gravity Forms 2.9.1.2

Download Gravity Forms 2.9.1.2 from nulled fire. Gravity Forms is the Easiest Tool to Create Advanced Forms
Version 2.3.3.9
- 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.
- AF: Updated GFPaymentAddOn::get_entry_by_transaction_id() to search the _gf_addon_payment_transaction table when the supplied transaction ID is not found in the entry table.
- API: Updated the result returned by GFAPI::submit_form() to include the ID of the entry created from the submission.


Version 2.3.3.8
- Added filter to change form export filename
add_filter( 'gform_form_export_filename', function( $filename ) {
return 'new-filename-without-extension';
} );


Version 2.3.3.7
- Added error suppression for chmod() and touch() function calls
- Fixed an issue when searching Multiselect fields for slashes and double quotes.
- Fixed an issue with a localized string.
Version 2.3.3.4
- Fixed the Enhanced UI styles overriding the styles for other chosen.js enhanced selects located outside the form wrapper.

Version 2.3.3.3
- 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.