document.addEventListener("DOMContentLoaded", function(){ document.querySelectorAll(".salesforce_w2l_lead form").forEach(function(f){ f.addEventListener("touchend", function(){ f.querySelector('input[type="submit"], button[type="submit"]').disabled = false; }); }); });