I have a form that is passing data to a cc processing terminal, as well as writing PDF contracts and receipts. There is validation built into the form, and I am trying to ad
In your submit button code just add javascript code: and in Javascript add function:
function disableFunction() { document.getElementById("btn1").disabled = 'true'; }