I'm using the obj. FormData () to send the different input controls of a form but the problem is that it excludes the input submit that sent the form, of course it does chrome but the other browsers do not. I have several submit s. In the documentation of the W3C says that a submit button of the various buttons submits only the one that sends the form is successful but this is not met with ajax except in chrome. in the backend I am working with PHP and what I want is: what submit button sent the form and thus do one thing or another thing but I do not get the submit button to collect with the global variable $ _POST [''] and I repeat this does not happen in chrome. for which serial the adequate solution for this problem.