handleShortcode(null); ?>

Thanks! You have been added to the newsletter list!

is_valid) { // Send email $admin_email = get_settings('admin_email'); // In case any of our lines are larger than 70 characters, we should use wordwrap() $message = wordwrap($_POST['message'], 70, "\r\n"); $to = $admin_email; $subject = 'New contact form submission'; $headers = 'From: ' . $_POST['email'] . "\r\n" . 'Reply-To: ' . $admin_email . "\r\n" . 'X-Mailer: PHP/' . phpversion(); // Send if (mail($to, $subject, $message, $headers)) { ?>

Thanks! Your email has been submitted!

Thanks! Your message has been submitted!

There was an error filling out the reCaptcha field, please try again.