• Resolved Uhtred

    (@bambootb)


    Hi, I just recently update your plugin and notice that the latest version make all the conditional fields not showing when it meets the condition, however, I need to downgrade your plugin to 1.8.7 in order to regain the functionality on my site. Please kindly recheck this for me.

    Here is what it show on the console.

    View post on imgur.com

    Thanks you in advance ??
    T

    • This topic was modified 4 years, 9 months ago by Uhtred.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Hi T,

    thanks for letting me know.

    Could you try the following:

    Update the plugin again and go to wp-content/plugins/contact-form-7-conditional-fields/js/scripts.js

    at line 844, please change it from

            if (currentNode.multiple) {
    

    to this:

            if (currentNode.multiple && currentNode.options) {
    

    Refresh your page a couple of times with Ctrl+R to make sure the cache is cleared. Please let me know if that worked. If it does, I will release a new update with this fix.

    Could you let me know if that works?

    Thread Starter Uhtred

    (@bambootb)

    @jules-colle Thanks for the fast response, however, I tried change your code but the issue still persist, I also flush the wp cache and yet still same result.

    Here is a screenshot of the error.
    https://prnt.sc/t4cmzd

    Best,
    T

    Same problem here. But the console shows something different if it may be of any help:

    scripts_es6.js:99 Uncaught TypeError: Cannot create property 'animation_intime' on boolean 'false'
        at new Wpcf7cfForm (scripts_es6.js:99)
        at HTMLFormElement.<anonymous> (scripts_es6.js:1026)
        at Function.each (jquery.js?ver=1.12.4-wp:2)
        at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
        at Module../js/scripts_es6.js (scripts_es6.js:1025)
        at __webpack_require__ (bootstrap:19)
        at bootstrap:83
        at bootstrap:83
    
    	Wpcf7cfForm	@	scripts_es6.js:99
    (anonymous)	@	scripts_es6.js:1026
    each	@	jquery.js?ver=1.12.4-wp:2
    each	@	jquery.js?ver=1.12.4-wp:2
    ./js/scripts_es6.js	@	scripts_es6.js:1025
    __webpack_require__	@	bootstrap:18
    (anonymous)	@	bootstrap:82
    (anonymous)	@	bootstrap:83
    Plugin Author Jules Colle

    (@jules-colle)

    Please update to version 1.9.4 and give it another try. Thanks

    Thread Starter Uhtred

    (@bambootb)

    Indeed, the new update resolve the issue ??

    Thank you for the fast response @jules-colle !

    Regards,
    T

    hello. no effect even after 1.9.4 :/ it doesn’t show the hidden text after clicking the squares in the middle of the page: https://thalmann.fr/inscription

    hello Jules,

    first: thnx a lot for this plugin that I have been using with ease and pleasure.
    I just found, after the latest update, that I cant see any of my conditional fields in the console. Also there is no button anymore for adding conditional fields. At the front the conditional fields are not working any more. Hope you can help me soon.
    Kind regards, Nanko
    combatzonelive.nl

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Conditional Fields Is not working Latest Update’ is closed to new replies.