I am building an order form and here’s the basic design:
Layout:
Item - Description - Price - Quantity - Total
Functions:
Print - Send by email
The user types the quantity of items desired and the total is calculated.
My challenge is to build it without dynamic functions.
What I’m missing is the code for typing the desired quantity of items, adding total, printing and emailing the completed form. (Not sure it can be done without php or cfm)
Any example would be appreciated.