else {
$content="Respondents Name: ".$name. "\n"
."Respondents Email Address: ".$email. "\n"
."Respondents Message: ".$telephone. "\n"
."Respondents Message: ".$details. "\n"
this bit of code is where you want it sent email address - the subject
title, then it calls a thank you page.
mail("studio@mypeter-davey.com", "Feedback Results", $content, "From:
$email");
header("Location: http://www.peter-davey.com/forms/thankyou.html");
}
}