I am not sure where this goes (yes, I am a real Newbie here). My form relies on a feedback.php page so is the action statement you gave in conflict with this? Here is the form code:
<h1 align="center" style="margin-top: 20px">Questions, Comments, or Quotes?</h1>
<form method="POST" action="feedback.php" style="margin:0px;">
Name: <input type="text" name="name" size="40">
Email: <input type="text" name="email" size="40">
Address: <input type="text" name="address" size="40">
City, State, Zip: <input type="text" name="citystatezip" size="40">
Questions, Comments, or Quote Information:
<textarea name="info" cols="40" rows="6"></textarea>
<input type="submit" value="Submit">
</form>
Thank you!
K