How do I pass all form data function to third party URL. Suppose my third URL is
`http:\\www.abletoaccess.com\form\request`
For the security reason I don't want to access this URL in form action
method or I don't want to post direct form data. I want when I submit the form all data comes in my function and redirect to third party URL with post data and added more parameters.
Any help will be appreciated!!!!