[urgent] javascript breaks when dropping any attachment in a file upload field
-
Hello,
Since the latest update, dropping any type of attachment in a file upload field creates a javascript error.The problem seems to be due to a missing html element that should have the id “frm_verify_” + formID, which breaks the following function :
function isHoneypotSpam(formID) { var val = document.getElementById("frm_verify_" + formID).value; return val !== "" }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[urgent] javascript breaks when dropping any attachment in a file upload field’ is closed to new replies.