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
https://forums.phpfreaks.com/topic/269355-php-contact-form-please-help-me/
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.

Archived

This topic is now archived and is closed to further replies.

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