=================================================================== RCS file: /cvs/cvs/draft/form.min.js,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- draft/form.min.js 2024/03/27 23:17:56 1.3 +++ draft/form.min.js 2024/03/27 23:19:24 1.4 @@ -27,7 +27,7 @@ async function sendData() { ii.textContent="One or more fields have an error. Please check and try again."; } else { var fc = document.querySelectorAll(".wpcf7-form-control"), - bt = document.querySelector("wpcf7-button"); + bt = document.querySelector(".wpcf7-button"); ii.textContent="All good."; fc.forEach((f) => { f.disabled=true;