/ Published in: JavaScript
Convert a form submit button code to a hyperlink code and hide the form
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<a href="#" onclick="document.getElementById('email').submit();return false" title="Submit form">Submit Form</a>