Need Confirmation Page help

  • Thread starter Thread starter Kasey
  • Start date Start date
K

Kasey

I need to be able to 'float' the responses to a form on
the confiramtion page.

I am able to put in the fields for the basic contact
information easily, but the form has boxes for them check
off times they are requesting.

I would like for those times to show up on the
confirmation page they get.

I am also having the information emailed to me, so I have
the different check boxes coded to tell me what they
picked.

Any help would be appreciated.

Thanks,
Kasey
 
To get this kind of formatting, you'd have to program your
own form handler in something like ASP or ASP.NET.

Otherwise, just use the most descriptive form field names
you can, such as Time8AMtoNoon, TimeNoonTo6PM, Time
6PMtoMidnight, and so forth.

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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top