First I have a form that gathers a purchasers information. Then they are sent
to a confirmaton page. They hit submit... I need
all the form information to hit my database then, send them to the Credit
Card/Bank processing site.
How would I get both done. I can only have one action with a form right?
thanks
cgsj_usa@yahoo.com - 29 Oct 2004 13:59 GMT
You will just do what you are intending to do.
First, submit the form contents to a database, using the cfquery/cfstoredproc
tag, then pass the results (you can write them to session variables) to the CC
processing page, using cflocation or cfhttp.
Hope that this helps. Thanks!
Chris