How to write a contact form
Results 1 to 3 of 3

Thread: How to write a contact form

  1. #1
    Join Date
    Aug 2003
    Location
    no
    Posts
    117

    Angry How to write a contact form

    Hi There I have written a webpage with home, about etc + a contact page

    Now I have written a form for the contact button how can i Direct it to go to my email after i press the submit button

    hopefully somebody can help me out.
    Attached Images Attached Images
    Attached Files Attached Files
    Just cause it's expensive dont mean it's good

  2. #2
    Join Date
    Feb 2000
    Location
    Idaho Falls, Idaho, USA
    Posts
    18,063
    A MailTo link is the simple way:
    Mailto link: <a href="mailto:webmaster@example.com">Send e-mail</a>

    Unfortunately, the SpamBots will soon collect your e-mail address and you will be getting way too much spam to make this useful. You can use JavaScript to dynamically build the e-mail address so the SpamBots won't get it though. I have an example somewhere that I will post later if I can find it. Meanwhile, the links below might be useful:

    http://www.google.com/search?q=javas...aq=f&aqi=&aql=

  3. #3
    Join Date
    Aug 2003
    Location
    no
    Posts
    117
    i have written one for it now works fine
    Just cause it's expensive dont mean it's good

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •