4 replies
How to send contact details to email address from website visitor or anybody who want contacts us. when the form is filled and made in dreamwveaver. wht is code to execute or sending form. plz can i get breif explanation.
#email #form #php
  • Profile picture of the author saschakimmel
    This page shows how to use the mail() function in PHP for that purpose with examples:
    PHP: mail - Manual

    Please be aware that this form might be used to send SPAM to other users so you should add some form of verification like a CAPTCHA.
    Signature

    ** Get my ViralListMachine software now for free and build your own list virally by giving away free stuff @ http://www.virallistmachinegiveaway.com **

    {{ DiscussionBoard.errors[1647880].message }}
  • Profile picture of the author lisag
    Originally Posted by designs84 View Post

    How to send contact details to email address from website visitor or anybody who want contacts us. when the form is filled and made in dreamwveaver. wht is code to execute or sending form. plz can i get breif explanation.
    There are a couple of free scripts you can learn from here:

    Search Listings | Hot Scripts
    Signature

    -- Lisa G

    {{ DiscussionBoard.errors[1650862].message }}
  • Profile picture of the author Mr. Enthusiastic
    Hi Haroon & team (I can't tell who from the company is posting here),

    You'll need to have a script on your web server that processes the form. The script will either send you an email, which you'll then receive in your regular email system. Or, the script will capture the contact form information into a database, and then show you the new database entries when you log on to the site with your administrative password.

    I'm kind of surprised that you're asking, since both your sites already have a contact form. Do those forms not go anywhere yet?

    Chris
    {{ DiscussionBoard.errors[1651162].message }}
  • Profile picture of the author chatab
    following links might be useful..

    ibdhost.com
    freecontactform.com
    {{ DiscussionBoard.errors[1652676].message }}

Trending Topics