Eliminate form fields that are not used in completeing a form aft.

K

Ktahy

I have a form that has 20 line items on it that potential clients can order
from - a selection a color and a style.

I need to know how to eliminate the line items that are not needed. Example
they need only 5 items. When we submit the order it shows the 5 we ordered
with the color and style, but it also list the remaining 15 line items
without selections. Is there a way to eliminate the remainng 15 for the
client to view and the results email that we get at our end?
 
T

Thomas A. Rowe

Not possible when using the FP Form Handler. Requires a server-side scripting process written in
ASP, ASP.net, PHP, etc. or consider a shopping cart application.

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

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

Ktahy

Thomas A. Rowe said:
Not possible when using the FP Form Handler. Requires a server-side scripting process written in
ASP, ASP.net, PHP, etc. or consider a shopping cart application.

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

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





Is there a way to at least have it make a little more sense or not as long on the submission page?
 
Top