First time post.
Hi all...
I am in the process of building a website for some clients. Currently the clients use a Excel (.xls) file to to order certain items we carry. The xls file is protected except for the items amount that the client fills in. After they fill in the number they want, the calculations are done by Excel. They then save that form and send it to us via email.
So, my question is this....is it best to use a "form" to do this, and how do I get the calculations to run?
or is there some other better way?
I initally used Inline frame to just open up the xls file, but that looks kinda sloppy, and i would like to have it look more like a traditional web page.
I understand how to make the edit boxes and such, but how to get the data that the client inputs to add up while he/she is on the page, then when the calculations are done and they hit "submit" the form will be sent via email?
the calculations I need are simple addition calculations (ie, the price of each item is displayed and when the user puts in Number ordered, the next box will do the calculations....2 ordered at $1 each = 42).
Hope this all makes sense. I do not have an account# yet.
Ethan
Hi all...
I am in the process of building a website for some clients. Currently the clients use a Excel (.xls) file to to order certain items we carry. The xls file is protected except for the items amount that the client fills in. After they fill in the number they want, the calculations are done by Excel. They then save that form and send it to us via email.
So, my question is this....is it best to use a "form" to do this, and how do I get the calculations to run?
or is there some other better way?
I initally used Inline frame to just open up the xls file, but that looks kinda sloppy, and i would like to have it look more like a traditional web page.
I understand how to make the edit boxes and such, but how to get the data that the client inputs to add up while he/she is on the page, then when the calculations are done and they hit "submit" the form will be sent via email?
the calculations I need are simple addition calculations (ie, the price of each item is displayed and when the user puts in Number ordered, the next box will do the calculations....2 ordered at $1 each = 42).
Hope this all makes sense. I do not have an account# yet.
Ethan
Comment