• Hello,
    I have this js error on create or edit a form.

    Uncaught TypeError: Cannot read property 'update' of undefined
    tag-generator.js:21 Uncaught TypeError: Cannot read property 'normalize' of undefined
    tag-generator.js:28 Uncaught TypeError: Cannot read property 'insert' of undefined

    In this way i can’t create or edit a form…any idea?
    Thank you!

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 4 replies - 16 through 19 (of 19 total)
  • Any news on this, I have the same problem, too ??

    Using latest CF7 4.2 and WP4.2.2 with Foundation framewok …

    Thanks

    Takayuki, in my case i discover that using

    define(‘CONCATENATE_SCRIPTS’, false);

    over wp-config.php made same js tag errors as others.

    Runing also CF7 4.2 and WP4.2.2.
    I removed that from config and now it′s working as normal.

    Hope that help you to find the problem.

    By the way, in my case i dont have SCRIPT_DEBUG defined.

    In my case, I don’t have either CONCATENATE_SCRIPTS or SCRIPT_DEBUG set to true if that helps…

    i have the same problem on wp 4.2.2 and cf7 4.2
    Solved commenting this in wp-config.php
    //define(‘CONCATENATE_SCRIPTS’, false);

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Tag generator js errors’ is closed to new replies.