I have set up a mail order site and I am having trouble with the email. When the user presses the submit order button there details appear but where there orders are it says 0. Here is the code for the order details for the submit form.
<input name="Manhunt orders" type="hidden" id="Manhunt orders" value="0">
<input name="Simpson orders" type="hidden" id="Simpson orders" value="0">
<input name="Bond orders" type="hidden" id="Bond orders" value="0">
<input name="Total cost of order" type="hidden" id="Total cost of order" value="£0">
What I am thinking is that the value function is typed in wrong, can anyone help me.
<input name="Manhunt orders" type="hidden" id="Manhunt orders" value="0">
<input name="Simpson orders" type="hidden" id="Simpson orders" value="0">
<input name="Bond orders" type="hidden" id="Bond orders" value="0">
<input name="Total cost of order" type="hidden" id="Total cost of order" value="£0">
What I am thinking is that the value function is typed in wrong, can anyone help me.