<form name="multipay_form" onsubmit="private_payment_send(); return false;"><button type="submit">test</button></form> document.getElementsByName("multipay_form")[0].setAttribute('onsubmit','');
This will make it so the onsubmit is removed from the form without touching the HTML