I'm stuck in a problem.
Please see the example below
<form action="http://url-1.com/action">
------
------
</form>
Now when the form action parse variables then it redirects to another url like http://urls-2.com/confirm.php. See form action was sent to url-1.com/action
Since it redirected to a different url I can't capture response for the form action. Can any one help with proper example?