Forum Moderators: open
<form method="get" action="/somepage.html" onsubmit="location.href='/somepage.html'">
<input type="submit" name="button" value="test" />
</form> while retaining the original form behavior as a fallback for non-js enabled users. Unfortunately I can't get it to work - any attempts at redirection on submit have no effect. Is there any way to do this?