//Configure Variables
//Enter here the Email address to which you want to direct all the mails
$recepient = "diane@ecreative1.com, dwohlslagel@cinci.rr.com";
//Enter subject of the email to you.
$subject = "Superior Finishes Inquiry";
//Enter header with any additional information you may want to be sent with the form
$mailheader = "From ecreative Website";
//Insert the directory for the Form processor relative to directory where this form is located.
$processdir = "";
// Do something to handle failed redirect
//Message display for Form sent successfully.
$sent = "Thanks! Your message has been sent successfully. ";
//Message display if attempt to send the form fails.
$failed = "Sorry! Your message could not be sent. Please try again later. If the problem persists please contact us by Email.";
//#################DO NOT CHANGE FROM HERE###############
$formprocessor = $processdir . "processform.php";
// Sets up hidden fields for form and opens the form tag
echo "