forms

J

Jack Wessel

Can anyone help? I have been using a form in a manner somthing like an order form. Is there a way to automatically calculate an amount and display it to the user? For example if the user filled in a field to show he wanted (2) items that were $5 each, can I make the form show the total is $10? Or is there a better way to do this

Thanks in advance for any help.
 
T

Thomas A. Rowe

Requires JavaScript or the use of a shopping cart application, or consider using PayPal.

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

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


Jack Wessel said:
Can anyone help? I have been using a form in a manner somthing like an order form. Is there a way
to automatically calculate an amount and display it to the user? For example if the user filled in a
field to show he wanted (2) items that were $5 each, can I make the form show the total is $10? Or
is there a better way to do this?
 
F

FrontPageForms

Jack,

Of course a shopping cart would be the optimal, I have a
sample order form you could adapt to do what you want. The
original form submits to CC processor, while my example
submits to email.

It takes a bit of effort to modify. Since I am not a
script person, it took me a bit of time to modify the code.

Example here ...

http://frontpageforms.com/java_order_form.htm

Mike Smith,
http://FrontPageForms.com
Form Tutorials & Form Script Examples
-----Original Message-----
Can anyone help? I have been using a form in a manner
somthing like an order form. Is there a way to
automatically calculate an amount and display it to the
user? For example if the user filled in a field to show he
wanted (2) items that were $5 each, can I make the form
show the total is $10? Or is there a better way to do
this?
 
Top