• There is a plugin conflict with this plugin and Gravity Forms Survey Add On. This happens when trying to use the survey add on field types of Likert, Rank, and Rating. Nothing is outputted after the label html field on both the form editor admin screen and the live form output. Please let me know when this can be fixed. I really need both working. Im using gforms v.1.8.5, wordpress v.3.8.1 and survey addon v.2.1

    https://wordpress.org/plugins/gravity-forms-wysiwyg/

Viewing 1 replies (of 1 total)
  • Thread Starter jarelsc

    (@jarelsc)

    Since I don’t have time to go back’n’forth with the developer I looked into the plugin files myself to try to figure this out.

    First. I prefixed all the functions in both plugin files. I used prefix gfw_ (Didn’t fix things, but better safe than sorry).
    Second. I looked at gf_wysiwyg.php file on line 29 and 30. There are two add_action(s). Both have their priority set to 20. I changed the priority to 10. And like magic, both plugins are working together like they should.

    HACKED FIX:
    Open gf_wysiwyg.php
    Locate line 29, and 30
    Change priority 20 to priority 10
    Re-upload file via ftp

    Just wanted to post this until the developer releases on official patch.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin Conflict with Gravity Forms Survey Add On’ is closed to new replies.