Just making a very very simple order form.
Want a input box ( only accept numbers )
User enters a quantity , lets say 50
We have a multiplier value which is lets say 10
Want a disabled form field, showing the result of 50 x 10
So form field would show 500
so now we have variable orderTotal we can pass to our code like:
$txtAmount = "orderTotal";
Any ideas ?
Code must be somewhat similar. but not tested. if you find error then please let me know
EDIT:: the tested code
update:: this should work but not sure .. if not working then let me know