prettylol Posted October 11, 2012 Share Posted October 11, 2012 I bought a template online which has a pop-up quick contact form on each page.Please help me construct a php form to make it work.I'm new to PHP Please help me!! This html form is given below. 1) Could someone please help me remove the "website" fieldset and add "Tel" for telephone number(optional) in that field instead?? 2).Please help me contruct a php form to make the HTML contact form below work. <form> <fieldset><input name="Name" type="text" value="Name:" onfocus="if(this.value=='Name:')this.value='';" onblur= "if(this.value=='')this.value='Name:';"/></fieldset> <fieldset><input name="Mail" type="text" value="E-Mail:" onfocus="if(this.value=='E-Mail:')this.value='';" onblur= "if(this.value=='')this.value='E-Mail:';"/></fieldset> <fieldset><input name="Web" type="text" value="Web:" onfocus="if(this.value=='Web:')this.value='';" onblur= "if(this.value=='')this.value='Web:';"/></fieldset> <fieldset><textarea name="Message" onfocus="if(this.value=='Message:')this.value='';" onblur= "if(this.value=='')this.value='Message:';">Message:</textarea></fieldset> <fieldset><input type="submit" value="Send" /></fieldset> </form> Quote Link to comment Share on other sites More sharing options...
MDCode Posted October 11, 2012 Share Posted October 11, 2012 This thread is not for writing the code for you. If you wish for that to be done, there is a freelance section. Please make an attempt at it first and I will try to help with any errors you find. Quote Link to comment Share on other sites More sharing options...
Jessica Posted October 11, 2012 Share Posted October 11, 2012 If you bought it online, you should seek support from the person who sold it to you. Otherwise, you'll probably need to pay someone to do the PHP part for you. We don't write code for you here. If you can't even get started with it on your own, you'll want to hire someone. Quote Link to comment Share on other sites More sharing options...
eldan88 Posted October 12, 2012 Share Posted October 12, 2012 try going to http://formtoemail.com/. You can download a free script ready to be deployed. There is also a free version Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.