What's new

Gravity Forms 2.8.6.1

Download Gravity Forms 2.8.6.1 from nulled fire. Gravity Forms is the Easiest Tool to Create Advanced Forms
- Added security enhancements.
- Fixed an issue with the merge tag for checkbox fields with more than 10 checkboxes when used inside a calculation field.
- Fixed issue when using a Product Option checkbox field merge tag in a calculation.
- Fixed HTML and quotes in the consent field checkbox label.
- Added the "gform_permission_granted_pre_download" filter allowing custom logic to be used to determine if the file can be accessed when using the gf-download URL.
add_filter( 'gform_permission_granted_pre_download', function( $permission_granted, $form_id, $field_id ) {
return $permission_granted;
}, 10, 3 );
- Fixed PHP 7.3 warnings when replacing the {all_fields} merge tag and preparing the order summary for the entry detail page.
Top