Viewing 6 replies - 1 through 6 (of 6 total)
  • There should be some confilict between form-manager and other plugins. I have met this situation when I installed the Jquery-updater plugin. After uninstall this plugin and reinstall the form-manager, it works for me.

    Thread Starter gingalley

    (@gingalley)

    I deactivated every single plug-in. Uninstalled Form Manager and reinstalled both through WordPress and manually. Still doesn’t work. Ready to give up.

    Plugin Author hoffcamp

    (@hoffcamp)

    This is a bug with FM. There are some PHP warnings being shown, which in normal situations are hidden. This is something I need to fix. For the time being, if you disable PHP warnings you should be fine.

    Thread Starter gingalley

    (@gingalley)

    disable PHP warnings you should be fine.

    How? Thanks.

    Plugin Author hoffcamp

    (@hoffcamp)

    Edit wp-config.php. At the top, just after the opening <?php tag, put the following:

    error_reporting(0);
    @ini_set(‘display_errors’, 0);

    If that doesn’t work I’m out of ideas.

    Thread Starter gingalley

    (@gingalley)

    Tried that to no avail. Thanks for your help. Time to move on.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WordPress Form Manager] Cannot Edit Added Form Elements’ is closed to new replies.