Hi all.
I have a form where the action is a link to a third party vendor for credit card payments. Within this form, I attach hidden variables and submit those with the action to the link.
We want to start adding records to a table to let us know when a customer has "left" our site to go to the credit card processing site.
Im not sure how to proceed with my insertuser.asp (code that will add records to a table on my server) and the url with hidden variables so that the customer does not see.
I thought that maybe within my "insertuser.asp" page - once finished updating the tables, I could perform a redirect to the third party URl, although all the hidden variables are lost. I also tried passing the hidden variables to my insertuser.asp and concatenate a querystring to send, but I keep getting "unterminated string constant" errors.
Any suggestions as to how to add a record to a table before the user sends to the third party vendor?
Thanks so much in advance for any help!
CMCC
I have a form where the action is a link to a third party vendor for credit card payments. Within this form, I attach hidden variables and submit those with the action to the link.
We want to start adding records to a table to let us know when a customer has "left" our site to go to the credit card processing site.
Im not sure how to proceed with my insertuser.asp (code that will add records to a table on my server) and the url with hidden variables so that the customer does not see.
I thought that maybe within my "insertuser.asp" page - once finished updating the tables, I could perform a redirect to the third party URl, although all the hidden variables are lost. I also tried passing the hidden variables to my insertuser.asp and concatenate a querystring to send, but I keep getting "unterminated string constant" errors.
Any suggestions as to how to add a record to a table before the user sends to the third party vendor?
Thanks so much in advance for any help!
CMCC