Results 1 to 3 of 3

Thread: Form

  1. #1
    Join Date
    Apr 2005
    Posts
    4,963
    Tokens
    0

    Latest Awards:

    Default Form

    Im kinda stuck on making a form ;P
    I've made it but i dont know where to put the like email so it gets sent to my email
    The html code thingy is:
    HTML Code:
    <Provisional users can't create forms method="POST" action="--WEBBOT-SELF--">
      <!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" --><p>
      Forum Name<input type="text" name="T2" size="20"><br>
      <font size="2" color="#0000FF">*If you don't go on our forum then just put a 
      space in the above box</font><br>
      <br>
      Email: <input type="text" name="T1" size="22" value="[email protected]"><br> 
    <br>
      Why Are You Contacting Us:
      <span style="position: absolute; left: 193; top: 114">
      <select size="1" name="D1" style="z-index: -1">
      <option selected>Complement</option>
      <option>Complaint</option>
      <option>Submit Tabs</option>
      <option>Request Tabs</option>
      <option>Apply For Forum Moderater Job</option>
      <option>Question</option>
      <option>Submit Image For Forum</option>
      <option>Other</option>
      </select></span><br>
      <br>
      <textarea rows="5" name="S1" cols="47">Type What You Want To Say In Here</textarea><br>
      <br>
      <input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
    </form>

    Where do i put the email so it gets sent to my email address?

  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    <Provisional users can't create forms method="POST" action="--WEBBOT-SELF--">
    <!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" --><p>
    This bit here looks a bit odd, posinly something to with a form handler of some type

    nromaly
    <form method="POST" action=" form handler url / mailto link would go here">

    but then again, some free hosts and email systems work out some very stange ways of doing things "/

  3. #3
    Join Date
    Apr 2005
    Posts
    4,963
    Tokens
    0

    Latest Awards:

    Default

    lol ok thanks ;P

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •