Viewing 1 replies (of 1 total)
  • Thread Starter bschnabel

    (@bschnabel)

    Hello,

    I got closer in my understading of the problem. Google pagespeed module is causing the “problem”. precicely the config line pagespeed EnableFilters defer_javascript;

    so as it is defered it will be executed after the page has been fully rendered. than it gets into the script and the jquery onready function get’s executed. As the page has been rendered it directely goes INTO the onready function before the rest of the script has been executed. There is the problem because wpcf7.initForm hasn’t been seen and thus can’t be called.

    the probablem could be fixed so easily if the plugin author could move the jqurey-onready function to the end of the script. Please please please ??

Viewing 1 replies (of 1 total)
  • The topic ‘Uncaught TypeError: wpcf7.initForm is not a function’ is closed to new replies.