What does the server return when using the Postback ? XML? JSON? HTML? Is it just as if the form's action posted the values to our own server?
I would really like to direct the Declined page and error page back to the form with an alert to the error or that the transaction was declined, so that my users have the easiest way to correct their data and move forward.
But I'm at a loss as how to collect that data and populate the form with what the user has already entered.
I would really like to direct the Declined page and error page back to the form with an alert to the error or that the transaction was declined, so that my users have the easiest way to correct their data and move forward.
But I'm at a loss as how to collect that data and populate the form with what the user has already entered.
Comment