require_once 'common-functions.php';
if ( isset( $_POST['contactform'] ) ) {
$to = $from = 'miles@txmiles.com';
$subject = "Contact Message from TXmiles.com";
$body =
"Message was as follows:\n\n".
"Name:\n".
" $_POST[Name]\n\n".
"Opportunity:\n".
" $_POST[Opportunity]\n\n".
"Contact:\n".
" $_POST[Contact]\n\n".
"Contact Method:\n".
" ".$_POST['Contact Method']."\n\n".
"Details:\n".
" $_POST[Details]\n";
cwd_mail( $to, $subject, $body, "From:$from" );
?>
Your Message Has Been SentThank you for contacting me about this opportunity. } else { ?>Contact Information801-879-8294 384 Woodlake Drive, #17 |
Contact Me About an OpportunityAware of an opportunity? Please contact me so I may include it among those I am considering. You may call me at 801-879-8294. I am available to take your call on my mobile phone during the day. Or complete this short contact form: } ?>Thank you for contacting me about this position. |
