javascript prevent form submit
<form name="foo" onsubmit="return false">
javascript prevent form submit
<form name="foo" onsubmit="return false">
how to create a form without a submit button javascript
//you have to have the form tag in this format
<form id="myFunction" onClick= { myFunction } >
<input type="file" name="fileToUpload" id="myFunction" />
</form>
//from there you would have to create a function
function myFunction() {
document.getElementById("myFunction").submit();
}
//if this does not work, start to pray lol and do a lot of digging in
//the browser, good luck !
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us