• There seems to be a conflict with this plugin and the the official Gravity Forms Coupons Add-On (https://www.gravityforms.com/add-ons/coupons/).

    When both are enabled, the Gravity Forms Coupons Add-On does not properly render its field.

    Advanced Custom Fields PRO v5.7.3
    Advanced Custom Fields: Gravityforms Add-on v1.2.1
    Gravity Forms v2.3.3
    Gravity Forms Coupons Add-On v2.6.2

    • This topic was modified 6 years, 3 months ago by tracyfloyd. Reason: Added Advanced Custom Fields PRO plugin version
Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you figure this out? I’m having the same issue.

    Thread Starter tracyfloyd

    (@tracyfloyd)

    Nope – I ended up having to just disable the “Advanced Custom Fields: Gravityforms Add-on” — I plan to just re-enable it when I need to use it, which is not ideal but since my use-case doesn’t require that I change that field often (its used on a custom settings page) I can live with it.

    Please do post back here if you find a solution, though.

    We’re running into this issue too. If anyone finds a solution here please let us know.

    GetWeb.cz

    (@getwebcz)

    Hi,

    we have hot-fixed this issue by editing the plugin code. I believe proper fix will be included in next version of this plugin if it is ever updated.

    wp-content/plugins/acf-gravityforms-add-on/resources/Notices.php: replace the __construct method:

    public function __construct()
        {
    //        if (class_exists('GFAPI')) {
    //            $this->forms = GFAPI::get_forms();
    //        }
        }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflict with Coupons Add-On’ is closed to new replies.