Print the elements from your form to the browser to see if it's getting the right data. I think the server is trying to mail GET data, and your form is sending POST data.
Code:
<form action="mailer.php" method="post" id="order" enctype="multipart/form-data">
Check if your getting the correct data by printing to the browser, all of the form data.