-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
Description
Pjax does not use formation on a input type="submit".
Steps to duplicate:
- Create Form with pjax submission with action being a different page or query.
- Test Form. It will work and use the form's action attribute to change the url.
- Now add a submit button with a formaction different than that of the form itself.
- Submit via Pjax. The URL from the form's action's attribute will be used rather than the formaction on the submit.