I would just chim in with a bit of additional info. My cookie notices does close when clicking “Accept”, but stopped working if I called .click() on it with JavaScript. Downgrade to 1.2.48 “fixes” it – and it behaves as it did.
Thread Starter
jinzo
(@jinzo)
Hi,
thanks for the tips – I found the fault. For some reason I was initialising the CF7 form in JS (with wpcf7.initform). I don’t remember why exactly, but after I stopped doing that, everything started working as expected.
Thanks for your help and pointers!
Thread Starter
jinzo
(@jinzo)
Another button (let’s call it “next”), that calls a JavaScript function that basicly does $(‘#my-form’).submit(); and some other trivial calls. I triple checked and this function get’s called only once 100%. Also if I disable this plugin, everything works as expected. No other changes needed.
Unfortunately I cannot link the page currently, will try to set it up somewhere