Please fill in all required fields.

\n"; $send = 0; } if (!is_valid_email($cp_email)) { $error_msg.= "

Your email adress failed to validate.

\n"; $send = 0; } if (!is_valid_user($cp_ans)) { $error_msg.= "

Incorrect Answer to the AntiSpam Question.

\n"; $send = 0; } } if (!$send) { ?> Read the rest of this page »

'); ?>

* - Required

">
Name*


Email*


Website


AntiSpam Challenge: *

[Just to prove you are not a spammer]


Message*


\n"; $email_subject = "[" . get_settings('blogname') . "] " . encodeMailHeader($cp_name); $email_text = "From......: " . $cp_name . "\n" . "Email.....: " . $cp_email . "\n" . "Url.......: " . $cp_url . "\n\n" . $cp_message; if (@mail(get_settings('admin_email'), $email_subject, $email_text, $header)) { echo "

Hey " . $displayName . ",

thanks for your message! I'll get back to you as soon as possible.

"; } } ?>
', '

'); ?>