• Resolved EasyNT

    (@easynt)


    In the backend, when I go to WPForms/Add New, I get a:
    TypeError: undefined is not an object (evaluating ‘WPForms.Admin.Builder.DragFields.fieldDragDisable’)

    WordPress 6.1.1, WPForms 1.8.1.1, PHP: 8.1.2

    The error happens in jquery.min.js?ver=3.6.1

    How can I debug this?

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

    (@easynt)

    Ok, the error came up because WPForms uses sanitize_file_name, which I used to create random file names for uploads in another plugin, this breaks WPForms. I changed my filter there an used wp_unique_filename instead, so WPForms is happy again.

    Hi @easynt We are glad to know that the issue has been sorted and resolved for you!

    And thanks for letting us know ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TypeError: undefined is not an object’ is closed to new replies.