Hi,
How do I send the information collected in an order form to a certain email address if the information collected is processed within the form and using form validation?:
<form action="<?php echo $PHP_SELF; ?>" method="post" name="ordering" onSubmit="MM_validateForm('email','','RisEmail','dayphone','','R','name','','R','billingaddress','','R','billingcity','','R','billingzip','','RisNum','description1','','R','unitprice1','','RisNum','totalprice1','','RisNum','subtotal','','RisNum','ship','','NisNum','tax','','NisNum','grandtotal','','NisNum','cardnumber','','NisNum','cardvin','','NisNum');return document.MM_returnValue" >
Thanks,
Kooo