• Resolved plankguy

    (@plankguy)


    I’m getting this error when adding a form via shortcode to a page:

    Uncaught TypeError: Cannot set property ‘nodeValue’ of undefined

    Culprit is:

    $("div.ss-radio label:last+span.ss-q-other-container").prev().contents().filter(function() {
         return this.nodeType == 3;
    })[0].nodeValue = "Other:";

    I don’t want to alter plugin code files, any idea on how to fix the error?

    http://ww.wp.xz.cn/extend/plugins/wpgform/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    What version of the plugin are you running? Just this morning I updated a version which fixed a jQuery syntax error.

    Which browser are you seeing this in?

    Thread Starter plankguy

    (@plankguy)

    V0.46, running in Chrome V26.0.1410.65

    Thread Starter plankguy

    (@plankguy)

    I’ll try 0.47, just saw that there’s an update! I’ll keep you posted…

    Thread Starter plankguy

    (@plankguy)

    Updated & getting same error.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Can you try turning off the option to Override the Google Default text on the Advanced Options tab and let me know if the problem persists?

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Nevermind, I’ve replicated the problem.

    Thread Starter plankguy

    (@plankguy)

    That fixed it! I’ll my eyes peeled for an update that fixes that issue.

    Thanks for you quick help, great plugin, nice job!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I have fixed this in v0.49 which I just released.

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

The topic ‘Shortcode Throwing JS error’ is closed to new replies.