I am using jQuery to submit a form when a button is clicked. I would then like to test the value of the button, however, this doesn\'t get submitted in Safari and Chrome. Wh
So, I had a very similar thing happen to me. Everything works, except in Chrome [Version 78.0.3904.108 (Official Build) (64-bit)].
When I took out the id= in my , it worked! But that was NOT the problem. The problem turned out to be that I am disabling the [Submit] button at onclick= in the tag (using the button id=). When you do this, Chrome appears to just not post anything. Which is kinda pointless? And weird? And I have no idea why?
So I spent a huge bunch of time digging around and found out that you CAN disable the [Submit] button at onsubmit= in the