• Resolved groundforcestesting

    (@groundforcestesting)


    I am trying to update a form with new fields.

    I add the fields, they show up at the bottom of form, I then try to drag and drop the new field between two other fields, but it won’t move.

    I have used IE, Firefox, and Chrome, but the fields will not let me move them to where I want them to go.

    Any ideas?

    https://www.ads-software.com/plugins/ninja-forms/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I was seeing the same issue. In the Web Inspector a ‘ReferenceError: Can’t find variable: tinyMCE’ in ninja-forms-admin.min.js was occurring. In my case it was related to a filter in the theme that was disabling the visual editor. Look for something like …

    add_filter( ‘user_can_richedit’, ‘theme_user_can_richedit’ );

    that is returning false so that it disables the editor. By removing this it fixes the issue with dragging and dropping fields to reorder them on the Field Settings tab under Ninja Forms. Keep in mind this will re-enable the visual form editor on posts etc.

    Thread Starter groundforcestesting

    (@groundforcestesting)

    Yes,

    as it turns out there was an issue with the admin account that I was using to login to WordPress with.

    I just create a new admin account and I was able to drag and drop just fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drag and Drop form fields’ is closed to new replies.