I have multiple forms on my page. When I click the forms submit button, I want to send the form value of only that form through ajax. Here is what I have. The first form w
Don't use same id for multiple elements. Use class instead. Change your code to this: