Confirmation page conundrum

M

Matthew Hansel

Here is the situation. I have developed an online registration form
using FP2003. It is linked to an SQL 2000 database. When the user
clicks on the Submit button, the data is inserted correctly into the
database, and I have it display a custom confirmation page which USED
TO insert the values the user entered in the form onto this
confirmation page. Now, it is not working. Could someone please help
me figure out what I did to "mess" this up?
http://www.lapeersteelers.com - click on the Football Camp link and
fill in the form - please use something that will stand out as test
data please - as this ties to my "live" database. Thanks.

Matthew Hansel
President
Lapeer Steelers
 
B

Binu K [MSFT]

Hi Matthew

Just tried browsign to your site and found that the form is on an asp page.
the confirmation page will not work on an asp page,
Change the page to htm or html


Hope this helps


regards

Binu
MSFT

This posting is provided "as is" with no warranties and confers no rights
 
M

Matthew Hansel

I made that change, and now what happens is that it shows the variable
names, not the data. Please advise.
 
M

Matthew Hansel

Could this be a secuirty issue? When I run the website from the
server (Windows 2003 Server, IIS 6, Exchange 2003 - all latest SP's
and stuff), the form confirmation displays the results as it should.
Only when running from an anonymous user does it have this issue (i.e.
someone coming to the site via the Internet). Please let me know.

--Matt
 
Top