• Resolved harry005

    (@harry005)


    Hello,

    I can not see any gravity form in the NEW Merge option.

    I have seen the same post here but there is no solution.

    please help me out.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter harry005

    (@harry005)

    Hello,

    I have fixed this issues. As i was using this plugin it into Multisite and this plugin is using static wordpress table not with prefix. So if anyone else is having this problem. Just open “GravityFormClass.php” file of the plugin.

    Replace this line
    $get_results = $wpdb->get_results(“select id,title from wp_rg_form”);

    with these two lines

    $table_name = $wpdb->prefix . rg_form;
    $get_results = $wpdb->get_results(“select id,title from $table_name”);

    Thanks

    Anonymous User 11986954

    (@anonymized-11986954)

    Just for this I will delete the plugin immediately. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can not see any gravity form in dropdown’ is closed to new replies.