• Please add a js fix for ‘.screen-reader-response [role=”status”]’. Every update need this fix, otherwise forms not work

    if( e.wpcf7.parent.querySelector(‘.screen-reader-response [role=”status”]’) ){
    e.wpcf7.parent.querySelector(‘.screen-reader-response [role=”status”]’).insertAdjacentText(“beforeend”, t.message)
    }

    if(e.wpcf7.parent.querySelector(‘.screen-reader-response [role=”status”]’)){
    e.wpcf7.parent.querySelector(‘.screen-reader-response [role=”status”]’).innerText = “”
    }

    Fixed file: https://mercatoitinerante.it/wp-content/plugins/contact-form-7/includes/js/index.js
    Lines: 223 & 245

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Old bug never fixed’ is closed to new replies.