Suppressing null form fields on confirmation page

P

pete

Hello All -

Any tricks or tips to modify the confirmation field
advanced control so that only form fields with non null
values are displayed on the confirmation page? I have
spent some time trying to accomplish this with
javascript, but do not believe that variable values
declared and loaded in one page (e.g. form page) can be
passed and read in another page (e.g. confirmation page).

At this point, I am not storing form results in a
database but am wondering if that is my only option,
thereby allowing me to access the record from the
confirmation page and then employing script logic.

Thanks for any assistance!
 
J

Jim Buyens

-----Original Message-----
Hello All -
Howdy.

Any tricks or tips to modify the confirmation field
advanced control so that only form fields with non null
values are displayed on the confirmation page? I have
spent some time trying to accomplish this with
javascript, but do not believe that variable values
declared and loaded in one page (e.g. form page) can be
passed and read in another page (e.g. confirmation
page).

At this point, I am not storing form results in a
database but am wondering if that is my only option,
thereby allowing me to access the record from the
confirmation page and then employing script logic.

For that level of control over a confirmation page, you
would have to write a custom form handler in ASP or
ASP.NET. You would write the code to send the mail,
update the file, or update the database, and you would
write the code that sends the confirmation back to the
Web visitor.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top