PDA

View Full Version : Order Form


Robby122
07-28-2004, 08:35 PM
Hi. I don't really have much experience with JavaScript. I need to make a order form for a company that will: 1. Validate users personal info(name,address) 2. Will allow user to select which products they want and how many 3. Calculate the price of the purchase

At this point I really dont know where to start. Can anyone tell me how to do this? Or point me in the right direction? Any help would be great.

Thanks alot.

Philip M
07-28-2004, 09:20 PM
Have a look at http://www.nopdesign.com/freecart/index.html

But there are a zillion shopping carts on www.hotscripts.com

Bear in mind that you will need a server-side language if credit card
details etc. are involved.

Serex
07-29-2004, 01:58 AM
i have recently created my own order form, however my client didnt want CC's used. I simply created a form, populated a few combo boxes. got the user to select wat items they needed. then when they clicked order it sent 2 emails. 1 to me as backup and 1 to the business guy who would then do up a fax/email confirming the order.

if you need a hand msg me.