vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Im making a submission form via HTML, i need help (https://vborg.vbsupport.ru/showthread.php?t=149311)

Frozen Tears 06-09-2007 06:43 PM

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

JakeS 06-09-2007 07:16 PM

You should make a simple PHP Script back end, I have one which you could use, I use it my self just IM me on MSN.

Frozen Tears 06-09-2007 08:54 PM

Yo jake, thanks man!

Im still looking for help on the HTML code. Any help is appreciated.


All times are GMT. The time now is 04:39 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00936 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete