form[action] does not record the value of the submitting element. #212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
form[action] does not record the value of the submitting element.
On a standard form post, the value of the submitting button is passed along with the form data. This can be useful for describing the intent of a user.
For instance a form my have two submitting button; 'Save as Draft', 'Publish'. The intent of the user can be established server side using the the button's value.