form fields questions

H

halteach

1) Is there a way to nest form fields? I'd like to have two mutually
exclusive option paths. This *isn't* what I'm doing but, here's an example:
You'd have to select if you're a democrat or a republican. After you
selected one, only one set of primary candidates could be set (it's okay if
the other is visible).

2) When using forms and a database is there someway to let a user go to a
confirmation page without sending the choices off to the DB first?

Thanks.

Hal
 
T

Thomas A. Rowe

#1 Requires custom coding (JavaScript DHTML) of the form, can not be done directly with FP Form's
component.

#2 Requires custom ASP coding to accomplish.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top