Skip to content

Instantly share code, notes, and snippets.

@kraigh
Created January 14, 2013 18:42
Show Gist options
  • Save kraigh/4532263 to your computer and use it in GitHub Desktop.
Save kraigh/4532263 to your computer and use it in GitHub Desktop.
cg map
$result_markup = '';
if (valid_email_address($form_state['values']['email'])) {
drupal_mail('mimemail', 'key', $send_form_to, language_default(), $params);
$result_markup .= '<div>Email Sent</div>';
} else {
$result_markup .= $form;
form_set_error('email','This e-mail address is invalid.');
}
return $result_markup;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment