• tonyflanigan

    (@tonyflanigan-1)


    Hi. First of all, this plugin is possibly the second best thing since sliced bread (the first is WordPress). We currently use this plugin on all our sites – we have about 25 – 30 sites, of our own, and client sites. Our sites all use the same theme (modified), and are all regularly updated to the newest version, etc etc.

    I ran into a problem recently with one of our new sites. When creating a new form, I cannot add Form elements to the form. There is just nothing happening.

    What really gets me is that apart from the content, everything on this site is exactly the same as on most of our other sites. I have tried de-activating and re-activating this plug-in and the other plug-ins, I have uninstalled and re-installed, tested with the default theme, and eventually – sadly – used another (inferior) Form plug-in.

    Is there anything else I can try? – I really want my Form Manager back

    http://wordpress.org/extend/plugins/wordpress-form-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • mtupuschies

    (@mtupuschies)

    Hi,

    I have exactly the same problem.
    It worked well until yesterday. I was able to add fields and data. But now I am not able anymore. When I click on Edit it just does not show the needed fields anymore. The first thing I see is the “Appearance” Tab.

    I have even tested it with an absolute blank wordpress installation where nothing has been touched and also there – no way to add new fields in a form?

    What did we wrong or what happened?
    Is there anything we can do?

    mtupuschies

    (@mtupuschies)

    Ok, I think In found the problem. The problem was, that I added some code to my functions.php for my theme to hide the visual editor completely:

    add_action('admin_head', 'hide_post_box');
    
    function hide_post_box() {
    ?>
     <style>
     #editor-toolbar{ display:none; }
     #editorcontainer{ display:none; }
     #quicktags { display:none; }
     #post-status-info { display:none; }
     a.content-tmce { display: none}
     </style>
    <?php
    }

    I took this one out and all was working fine.
    Sorry for posting before looking for the error in my end 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WordPress Form Manager] Can't create form fields in a new form’ is closed to new replies.