Razzy
08-06-2012, 07:43 PM
hey people, i have a order form, in which the submitted data goes to an email address. The order form has various sections. Within each section there are various products with its price. When customers select the products within a section, there is a total button within each section which shows the subtotal. The resulting subtotal is shown in (.innerHTML)
for EXAMPLE:
document.getElementById("resultChicken").innerHTML = resultChicken.toFixed(2);
(i know the code above is javascript, however the main problem is php related)
there is also a grandtotal button to show the grandtotal in (.innerHTML)
is there any way of sending the subtotals and grandtotal to email address with the filled in data?
would really appreciate it if someone could help
thank you
for EXAMPLE:
document.getElementById("resultChicken").innerHTML = resultChicken.toFixed(2);
(i know the code above is javascript, however the main problem is php related)
there is also a grandtotal button to show the grandtotal in (.innerHTML)
is there any way of sending the subtotals and grandtotal to email address with the filled in data?
would really appreciate it if someone could help
thank you