Forms and confirmation pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I thought what I wanted to do was simple. I use a program called vcart to
accept credit cards and what I wanted to do was force the visitor to view a
survey page that asks a few questions a small form and then clicks submit
which sends the information to an email adress. then continues on to the
shopping cart. Here's my problem. The form works great the info goes to my
email but it automatically comes up with a default confirmation page. I
really don't want any page just to continue on. I tried just putting in a
confirmation page that says click here to go to checkout, but that ends up in
an endless loop. Is there any way to just have the form send the data to the
email adress and not do a confirmation page at all?
 
Yes. You need to write your own script code. When the survey is
processed (emailed and or added to a DB), you redirect instead of showng
to a confrimation page.

...PC
 
Back
Top