MoOx / pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)
MIT License
1.43k stars 124 forks source link

form[action] does not record the value of the submitting element. #212

Closed mahdi29 closed 4 years ago

mahdi29 commented 5 years ago

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.