View Single Post
  #1  
Old 06-09-2007, 06:43 PM
Frozen Tears Frozen Tears is offline
 
Join Date: Nov 2006
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Im making a submission form via HTML, i need help

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:


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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01080 seconds
  • Memory Usage 1,784KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete