Hi folks,
I am working on a registration form that records its data in a database on our Web site then forwards the user to another site's page where fee processing occurs. The other site's page uses POST data from my form to populate its fields and records.
How do I get my site to send POST data again to the other site after the user has already clicked the Submit button on my end and it has been sent to one of my pages for processing?
Thanks in advance!
I am working on a registration form that records its data in a database on our Web site then forwards the user to another site's page where fee processing occurs. The other site's page uses POST data from my form to populate its fields and records.
How do I get my site to send POST data again to the other site after the user has already clicked the Submit button on my end and it has been sent to one of my pages for processing?
Thanks in advance!
Comment