Jump to content

Php Contact Form-Please Help Me!


prettylol

Recommended Posts

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>

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.