send complete form in an .ajax() call
Hello there,
Scenario:
I have a form with around 125 input fields. I want to use .ajax() to send these form data to the server.
Is there a way to send the entire form to the server? Like, the form is passed when we click submit button and url changes. But I want to achieve this using AJAX.
Appreciate any help.
Thanks,
Moiz