• Hi everybody
    I have the same problem as @cavarmarketing on the contact form. It stopped working a few days or weeks ago, without changing anything, wether on the form, nore on the website itself. The form no longer responds to anything at all.

    This are the two errors shown in the Chrome Console, but unfortunately I can’t do anything with it as I’m not a programmer.

    Uncaught TypeError: Cannot read property 'selectedIndex' of undefined
        at HTMLSelectElement.<anonymous> (plugins.min.js:47)
        at Function.each (jquery.min.js?ver=3.5.1:2)
        at s.fn.init.each (jquery.min.js?ver=3.5.1:2)
        at s.fn.init.jQuery.fn.styledSelect (plugins.min.js:47)
        at HTMLDocument.<anonymous> (scripts.min.js:2)
        at e (jquery.min.js?ver=3.5.1:2)
        at t (jquery.min.js?ver=3.5.1:2)
    
    ---------------------------------------------------------------------
    
    1 TypeError: Cannot set property 'innerText' of null
        at b (index.js?ver=5.4.1:1)
        at index.js?ver=5.4.1:1
        at d.reduceRight.c (index.js?ver=5.4.1:1)
        at index.js?ver=5.4.1:1
        at d.reduceRight.c (index.js?ver=5.4.1:1)
        at p (index.js?ver=5.4.1:1)
        at v (index.js?ver=5.4.1:1)
        at index.js?ver=5.4.1:1

    Does anyone have a solution?
    Thanx in advance!
    Bea

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • you have issues in your js

    wp-content/themes/backer/js/scripts.min.js
    and
    wp-content/themes/backer/js/plugins.min.js

    you need to resolve this in order to get wpcf7 to work (check the part relative to jQuery.styledSelect – <select> replacement plugin).

    contact the theme author to fix

    We’re having the same problem. Last form received was on 4/29, just a few hours before updating to v5.4.1.

    Nothing else has been changed.

    We have deactived every plugin but it didn’t work either.

    https://www.unedtalavera.es/tutores/solicitud-de-cambio-de-tutoria

    Thanks for your help!

    @carlosparamio you have mixed content (http and https) in the same page. it comes from a strange widget in your sidebar with the google analytics logo but links to https://www.aemet.es/es/eltiempo/prediccion/municipios/&#8230;.

    solve this issue and wpcf7 will work again

    Thanks Erik. I have repaired the sidebar. Also, I deleted Contact Form 7 v5.4.1 and then installed v5.4 but got the same result.
    I don’t know what to do with mixed http and https.

    to fix mixed content remove/update the link of the image google-analytics.png, in the sidebar.

    it start with https:// but need to start with https://

    Oh that easy. Unfourtunatelly, it didn’t solved the problem. I even deleted the sidebar and foot widgets, same result.

    The fact is that Flamingo does receive the petition of the user, but it seems the problem originates when CF7 tries to send the email.

    I have tried changing the e-mail “From” field with another e-mail address, despite it being not from the domain of the site, with no luck either.

    try to disable flamingo. i had a similar problem in the past

    Thank you Erik, I really appreciate your help. I’ve disabled Flamingo and it is still not working.

    I’m leaning more towards the host blocking outgoing emails. Thouhg I have already tried with another email address.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Contact form stopped working’ is closed to new replies.