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

Closed
opened 2019-08-22 04:30:59 -05:00 by mahdi29 · 0 comments
mahdi29 commented 2019-08-22 04:30:59 -05:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: iLoveElysia/pjax#212