Gravity Forms Coupons Addon 3.3.0

Download Gravity Forms Coupons Addon 3.3.0 from nulled fire. The Coupons Add-On allows you to easily implement coupon functionality on order forms
- 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
} );
- Added support for GF 2.4 conditional logic.