Click to See Complete Forum and Search --> : Disappearing order


Osteccom
01-22-2006, 07:58 PM
Have created a form to return - contact paticulars and order details.

Contact details are received ok when the form is submitted.

The order form has a spreadsheet component to sum the total cost but this part is not sent when the form is submitted. :rolleyes:

I need to receive all the info attached to the order form.

Form can be viewed at www.ecoclear.com.au/ordertemp.html

If anyone can assist I would be most grateful

David Harrison
01-22-2006, 08:51 PM
I think you may have a bigger problem than that. Take a look at the attached screen-shot, your page is messed up in anything that isn't Internet Exploder (although it's not too bad in Opera, but still quite bad). Using, "Microsoft Office Web Components" doesn't help make it any better, not everyone has Office, not everyone has Windows, and of those that do, not all of them use Internet Exploder.

Everything that is done with that Microsoft dealie can be replicated with JavaScript, and for users with JavaScript disabled or not supported, the values in the total column can be calculated on the server-side once the form is submitted.

Osteccom
01-22-2006, 11:53 PM
the cross browser thing is a worry also

Osteccom
01-23-2006, 12:05 AM
the form that is functioning on the web at the moment is at http://www.ecoclear.com.au/order.html
This is without the spreadsheet just straight out form fields. It would be good to have an autosum function here somehow. Is it possible?

This form returns - customer info and quantites required on submission.

The dollar amount is not sent but is included forthe customers own record as a print page.