Results 1 to 3 of 3

Thread: Making forms in dreamweaver

  1. #1
    Join Date
    Oct 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Making forms in dreamweaver

    hey there

    i was wondering if my email address was mike@fiked.com how do i set my forms to go to that email address ?

    Thanks

    Mike

  2. #2
    Join Date
    May 2005
    Location
    Hawaii
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You can do this with php using the mail function. There MIGHT be another way to do this, but I don't know how.

  3. #3
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Fiked
    i was wondering if my email address was mike@fiked.com how do i set my forms to go to that email address ?
    As dead-poetic has said, you should use a form processor - a server-side program that takes the user input, formats it in some way, then sends it somewhere.

    You could roll your own if your host supports a server-side language like PHP, but you host may already provide one, or you can use an existing service.

    Mike

Bookmarks

Posting Permissions

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