I only took off the email address. When the form is filled out only a few things are sent to my email
Here's my scrip.
<?php
if ( isset ( $_POST [ 'buttonPressed' ])){
$to = email';
$subject = 'From PHP contact page' ;
$message = $_POST [ "message" ];
$headers = 'From: ' . $_POST [...