Form variables

wxdqz

New Member
I have 4 text input fields in which the user types in 4 amounts. I also have a variable called "totalsum" which will give me the total sum of the inputed figures. While this works ok, i would like the total to be sent via a hidden form field in a form, but im not sure what to put in the value field.

<INPUT TYPE=HIDDEN NAME="total" VALUE=http://www.webdeveloper.com/forum/archive/index.php/"?">


Thanks in advance...
 
Back
Top