You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitting a form with the submit button outside of the <form> tag does not include the button's name attribute as a parameter or its value ('lol': 'cats') in the request which is inconsistent with the default expected behaviour.
Also ran into this issue. It popped up when I was trying to use form buttons inside a Bootstrap modal footer. For anyone in the same boat- I ended up having to wrap the entire modal-dialog div in the form tag, which isn't ideal.
Submitting a form with the submit button outside of the
<form>
tag does not include the button'sname
attribute as a parameter or its value ('lol': 'cats'
) in the request which is inconsistent with the default expected behaviour.The text was updated successfully, but these errors were encountered: