Jump to content

pls help me in creating php form for my html form


abdullahpb

Recommended Posts

pls help me to create php for this html form......code is below

 

 

<div class="contact-info"> <div class="contact-info-left"> <h3>Feel free to contact us. Just fill the below form.</h3> <form method="post" action="send_form_email.php"> <span> <input type="text" class="name-textbox" value="Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Name';}"> <input type="text" class="telephone-textbox" value="Telephone" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Telephone';}"> <div class="clear"></div> </span> <input type="text" class="textbox" value="Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}"> <span> <textarea value="Message:" class="message-textbox" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message';}">Message</textarea> <input type="submit" value="Go" class="contact-btn"> <div class="clear"></div> </span> </form>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...