Gravity Forms Coupons Addon 3.4.0

No permission to download (44.5 KB)
Download Gravity Forms Coupons Addon 3.4.0 from nulled fire. The Coupons Add-On allows you to easily implement coupon functionality on order forms
- Added the "gform_coupons_can_apply_coupon" PHP filter enabling custom logic to be used to determine if the coupon code can be applied.
- Fixed issue where conditional logic would generate error if the input being evaluated did not have an ID attribute (e.g. List field inputs).
- Added the "gform_coupons_post_delete_coupon" JS action hook which is triggered after a coupon is deleted from the field.
gform.addAction( 'gform_coupons_post_delete_coupon', function ( code, formId ) {
// do stuff
} );