I'm not the original form poster but I hit this problem and it's root cause was I had a hidden form input field named 'action'.
<FORM action="does_not_change" ... >
<input type="hidden" name="action" value="edit">
Changing the field name made it possible for me to change the form's action...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.