Place your order: ');?> ');?> 'email@email.com', 'cc' => $_POST['email'], 'from' => 'automated@email.com', 'subject' => 'Order Form', 'content' => " Order: {$_POST['order']} ***************************** From: {$_POST['firstname']} {$_POST['lastname']} ***************************** Address: {$_POST['address1']} {$_POST['address2']} {$_POST['postal']} {$_POST['state']} Contact: Phone (home) : {$_POST['phone_home']} Phone (business) : {$_POST['business_home']} Email: {$_POST['email']} ***************************** ", ); ?> '; } // Remove the form; you can then replace it with a thanks image, etc.?>