Why doesn't include the contents of the submittion (only the labels)? THXXXX
<?php
$totalcomments.="Company:".$company."\n\n";
$totalcomments.="New_or_existing:".$new_or_existing."\n\n";
$totalcomments.="Allocated_or_pooled:".$allocated_or_pooled."\n\n";
$totalcomments.="Profit_sharing:".$profit_sharing."\n\n";
$totalcomments.="Profit_share_allocation_method:".$profit_share_allocation_method."\n\n";
$totalcomments.="Employer:".$employer."\n\n";
$totalcomments.="Number_of_employers:".$number_of_employers."\n\n";
$totalcomments.="Name:".$name."\n\n";
$totalcomments.="Email:".$email."\n\n";
$totalcomments.="Phone:".$phone."\n\n";
$notify_email = "dave@sozopivotal.com";
//$notify_email = "dave@sozopivotal.com";
$notify_subject = "Thank you!";
$notifyadmin_subject = "Request for Quote";
$notify_user = "Thanks for the submission ";
//$from = "dave@sozopivotal.com";
$from = "dave@sozopivotal.com";
$notify_message = "There is feedback";
$visitor_message = "Thank you for requesting a quote. At Applied Plan Administrators we look forward to serving you. If you have any questions, please do not hesitate to contact us at 248.645.6145 or via email at info@appliedplan.com.
";
mail( "$email", "$notify_subject", "$visitor_message", "From: $from");
mail( "$notify_email", "$notifyadmin_subject", "$totalcomments", "From: $email");
//mail( "$mailto", "$subject", "$message", "From: $from");
header("Location:http://www.appliedplan.com/new_site/thankyou.html");
exit();
?>



Reply With Quote

Bookmarks