Form without submit button
-
I want a button above Go to top button, where i found this: GP-Forms
But as my button is a form input it shows while the users didn’t scroll download which I think is because of this tag <button></button>
and here’s where I want to submit a form without a button.
Trying to achieve:
Article: https://stackoverflow.com/questions/7704976/submit-a-html-form-without-having-a-submit-button
<scirpt>document.getElementById("myForm").submit();</scirpt>
<form action="google.com" method="post" target="_blank"> <div id="myForm">Google</div> </form>
Used GP-Elements to execute the code but throwing this error:
Cannot read property 'submit' of null
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Form without submit button’ is closed to new replies.