I am looking for some concise solution in which i am able to send form name and submit button name with form input fields. I have tries form.serializeArray() method but I am getting only input fields name inside post. then how can I send complete form data with form name and submit button name in just one line codeI am looking for some concise solution in which