Frozen Tears
06-09-2007, 06:43 PM
Ive decided to start making websites using HTML, and i figured, start small, then become big. So i was using frontpage to make a feedback forum, and i needed to ask, how can i change it so that when the user presses submit, it sends to stonecold613@gmail.com. I tried changing function to mailto, but that didnt help, so i changed it back. But here's the code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>WrestlingFreakz.com Feedback Forum - Created by Stone Cold 3:16</title>
</head>
<body>
<p><!--webbot bot="PurpleText"
PREVIEW="Feedback Form - Customize the form below to collect the information you need. By default, the form data is saved to a text file on the web server using the FrontPage Save Results component. Edit the Form Properties to change this behavior."
-->
</p>
<hr>
<p>WrestlingFreakz has come a long way from when it started. This form was created to see what you truly think of WrestlingFreakz.<br>
<br>The only people allowed to read your submissions are qualified WFZ.com staff, so dont worry about that!</p>
<form action="stonecold613@gmail.com" method="mailto">
<p><strong>What kind of comment would you like to send?</strong></p>
<dl>
<dd><input type="radio" name="MessageType" value="Complaint">Complaint <input type="radio" name="MessageType" value="Problem">Problem
<input type="radio" checked name="MessageType" value="Suggestion">Suggestion
<input type="radio" name="MessageType" value="Praise">Praise
<input type="radio" name="MessageType" value="Information">Information </dd>
</dl>
<p><strong>What do you wish to contact us about?</strong></p>
<dl>
<dd><select name="Subject" size="6" multiple>
<option selected>Site Errors</option>
<option>Forum Errors</option>
<option>Staff Complaints</option>
<option>Support Complaints</option>
<option>General</option>
<option>(Other)</option>
</select> Other: <input type="text" size="26" maxlength="256" name="SubjectOther"></dd>
</dl>
<p><strong>Enter your feedback or complaints in the box provided below:</strong></p>
<dl>
<dd><textarea name="Comments" rows="7" cols="42"></textarea></dd>
</dl>
<p><strong>How can we get back in touch with you? [IF NEEDED]</strong></p>
<dl>
<dd>
<table>
<tr>
<td>Name
<td><input type="text" size="35" maxlength="256" name="Username">
</tr>
<tr>
<td>E-Mail
<td><input type="text" size="35" maxlength="256" name="UserEmail">
</tr>
<tr>
<td>IM
<td><input type="text" size="35" maxlength="256" name="UserTel">
</tr>
<tr>
<td>Other
<td><input type="text" size="35" maxlength="256" name="UserFAX">
</tr>
</table>
</dd>
</dl>
<dl>
<dd><input type="checkbox" name="ContactRequested" value="ContactRequested">
Please contact me as soon as possible regarding this matter.</dd>
</dl>
<p><input type="submit" value="Submit Comments"> <input type="reset" value="Clear Form"></p>
</form>
<hr>
<h5><i><u>Script edited by Stone Cold 3:16<br>
Last Edited - June 8, 2007</h5>
</body>
</html>
Can anyone tell me what to put so that when a user presses 'Submit Comments', it sends their comments to stonecold613@gmail.com
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>WrestlingFreakz.com Feedback Forum - Created by Stone Cold 3:16</title>
</head>
<body>
<p><!--webbot bot="PurpleText"
PREVIEW="Feedback Form - Customize the form below to collect the information you need. By default, the form data is saved to a text file on the web server using the FrontPage Save Results component. Edit the Form Properties to change this behavior."
-->
</p>
<hr>
<p>WrestlingFreakz has come a long way from when it started. This form was created to see what you truly think of WrestlingFreakz.<br>
<br>The only people allowed to read your submissions are qualified WFZ.com staff, so dont worry about that!</p>
<form action="stonecold613@gmail.com" method="mailto">
<p><strong>What kind of comment would you like to send?</strong></p>
<dl>
<dd><input type="radio" name="MessageType" value="Complaint">Complaint <input type="radio" name="MessageType" value="Problem">Problem
<input type="radio" checked name="MessageType" value="Suggestion">Suggestion
<input type="radio" name="MessageType" value="Praise">Praise
<input type="radio" name="MessageType" value="Information">Information </dd>
</dl>
<p><strong>What do you wish to contact us about?</strong></p>
<dl>
<dd><select name="Subject" size="6" multiple>
<option selected>Site Errors</option>
<option>Forum Errors</option>
<option>Staff Complaints</option>
<option>Support Complaints</option>
<option>General</option>
<option>(Other)</option>
</select> Other: <input type="text" size="26" maxlength="256" name="SubjectOther"></dd>
</dl>
<p><strong>Enter your feedback or complaints in the box provided below:</strong></p>
<dl>
<dd><textarea name="Comments" rows="7" cols="42"></textarea></dd>
</dl>
<p><strong>How can we get back in touch with you? [IF NEEDED]</strong></p>
<dl>
<dd>
<table>
<tr>
<td>Name
<td><input type="text" size="35" maxlength="256" name="Username">
</tr>
<tr>
<td>E-Mail
<td><input type="text" size="35" maxlength="256" name="UserEmail">
</tr>
<tr>
<td>IM
<td><input type="text" size="35" maxlength="256" name="UserTel">
</tr>
<tr>
<td>Other
<td><input type="text" size="35" maxlength="256" name="UserFAX">
</tr>
</table>
</dd>
</dl>
<dl>
<dd><input type="checkbox" name="ContactRequested" value="ContactRequested">
Please contact me as soon as possible regarding this matter.</dd>
</dl>
<p><input type="submit" value="Submit Comments"> <input type="reset" value="Clear Form"></p>
</form>
<hr>
<h5><i><u>Script edited by Stone Cold 3:16<br>
Last Edited - June 8, 2007</h5>
</body>
</html>
Can anyone tell me what to put so that when a user presses 'Submit Comments', it sends their comments to stonecold613@gmail.com