Need help with a form code.

Discussion in 'PHP' started by yazah, Nov 19, 2010.

  1. #1
    I got a form made to guess at something at my website the guy who made it wont email me back so seeing if i can get some help here.


    Here is the code

    <form method="post" action="#">
    <div class="mainformcon">
    <div class="fieldHolder3"><input class="textInput3" type="text" name="name" size="20" value='Name' onfocus=" if (this.value == 'Name' ) { this.value = ''; }" onblur="if (this.value == '') { this.value='Name';} " /></div>
    <div class="fieldHolder3"><input class="textInput3" type="text" name="email" size="20" value='Email' onfocus=" if (this.value == 'Email' ) { this.value = ''; }" onblur="if (this.value == '') { this.value='Email';} " /></div>
    <div class="fieldHolder3"><input class="textInput3" type="text" name="Phone" size="20" value='Phone' onfocus=" if (this.value == 'Phone' ) { this.value = ''; }" onblur="if (this.value == '') { this.value='Phone';} " /></div>
    </div>

    <textarea class="textarea" name="comments" id="awf_field-7651149" onfocus=" if (this.value == 'What Is Your Guess?') { this.value = ''; }" onblur="if (this.value == '') { this.value='What Is Your Guess?';} " tabindex="507" >What Is Your Guess?</textarea>
    <input type= "submit" class="submit2" name="Submit" value="" alt="Submit" />
    </form>

    I think there should be another file maybe with the email it goes to and the link you get redirected to but i can not see it.Any help would be appreciated.
     
    yazah, Nov 19, 2010 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    action="#" remove that part!
     
    EricBruggema, Nov 20, 2010 IP
  3. chennaibeatz

    chennaibeatz Well-Known Member

    Messages:
    621
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #3
    You should have send.php or mail.php some kind which will email the form to your mail address.
     
    chennaibeatz, Nov 22, 2010 IP
  4. salmanshekh

    salmanshekh Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hii guys made a php page mail.php in that write a mail function and in form in form tag add action="mail.php".i hope this will help u.

    thanks
     
    salmanshekh, Nov 23, 2010 IP