DOTBIZ Contact Form

32768) { $errors[] = 'ERROR: Comment is too long (32KB max.)!'; $comment = substr($comment,0,32768); } if (!$errors) { $form_sent = mail($to,"DOTBIZ Contact Form from $name","COMMENTS FROM $name:\n$comment","CC: $cc\nFrom: $email"); if (!$form_sent) { $errors[] = 'ERROR: Send error! Please use '.$to.' instead.'; } else { $name = ''; $email = ''; $comment = ''; } } } if ($form_sent || $errors) { if ($errors) { echo '

'; for ($i=0; $i'; } echo "

\n"; } else { ?>

Thank you! Your comments have been sent.

Name:

E-mail Address: (required)

Comments: (required, 32KB max.)

[ Home ]