Contact
If you have a pre-sales enquiry, please use the form below. If you have an existing product, please use a support ticket - link at the bottom of this page.
$b){ $body .= sprintf("%20s: %s\n",$b,$_REQUEST[$a]); } if($submit == '') {print "";} else { if($from == '') {print "You have not entered an email, please go back and try again";} else { if($name == '') {print "You have not entered a name, please go back and try again";} else { $send = mail($to, $subject, $body, $headers); if($send) {print "Thank you. Your enquiry has been sent to us and we will get back to you as soon as possible"; } else {print "We encountered an error sending your mail, please notify our webmaster"; } } } } ?>