Click to See Complete Forum and Search --> : frontpage problem


sphinx3212000
09-25-2003, 11:29 PM
I had a form and a confirmation page that i created in frontpage and uploaded to my server.I had the form data going to a text file and everything was working.

When i changed the form data to be sent to a database, it still worked but my confirmation fields stopped working.

Instead of displaying the inputted data by the user the confirmation page just renders the name of the field that i designated for the confirmation field.

I'm sure i typed in the name of the form fields correctly but it doesnt seem to be recognizing the inputted data.

Anybody know whats goin on?

sphinx3212000
09-25-2003, 11:33 PM
also, does anybody know how to still send the form data to a text file and email address AND send it to the database through frontpage.....sorry i dont know any server-side language.

Bullschmidt
09-29-2003, 11:56 PM
Sounds like the confirmation page is still looking to the text file for the information to display.

To save to text file, e-mail, and save to database just do one after the other in code although I'd skip the text file if not really needed.

www.asp101.com/samples