I am using Ajax to send data via POST, the "problem" is that I do not want it to be sent asynchronously in the background, I would like to send with the same behavior as a form submit, I added the option: async:false
but nothing has changed, how do I proceed?
Update: It is not feasible to create a normal form and "inject" the parameters, since they are arrays and generated in javascript.