Click to See Complete Forum and Search --> : Form Formatting


jerryr125
11-11-2006, 06:38 AM
Hi - I dont know if this belongs in "CSS" or "Javascript", so I will try my luck in both.

Does anyone know of a way to display $##.## in a field on a form ?

That is, if the customer enters on the form a quantity of 3 and the price is $1.50, the amount displayed on the form is $4.50
(of course the amount is a javascript calculation).
The form should not display an amount of 4.5

Just a look/feel thing.

as always - thank you very much - jr

ray326
11-11-2006, 11:10 AM
CSS has nothing for it. You'll have to use Javascript but make sure the form still works without it.