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.
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