+ Reply to Thread
Results 1 to 4 of 4

Thread: getting form data?
      
   

  1. #1
    tybrown is offline Private First Class
    Join Date
    Dec 2006
    Posts
    8

    Default getting form data?

    I just set up my website, www.communicanine.net, and have a form on it. I set it up to mail to my yahoo address. When the form is filled out it activates MS Outlook and uses that program to send the mail. Is it supposed to be like this? Is there another way to do a form? That seems tedious, and not everyone has MS Outlook. How would those people fill out a form? Please help me find a different way to do a form.
    Thanks

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: getting form data?

    ty
    I would not use the mailto - I would use php to process the form and then mail the contents.

    There are several avenues to do this. One would be Navaldesigns ABVFP form processor. This will create the form and the process script. You can read about it here: http://www.vodahost.com/vodatalk/for...processor.html

    Then there is David's forms and scripts which you can find here:
    http://youandmelinkup.info/forms/

    Lastly - if you like to be more hands on learn it from scratch- you can try this tutorial:
    http://www.netisopen.com/computer/TF001/phpmailto.html

    Look it over and post back if you need help.

    Cheers-

    Andy
    PHP- is a blast!

  3. #3
    tybrown is offline Private First Class
    Join Date
    Dec 2006
    Posts
    8

    Default Re: getting form data?

    wow, great response! I will try those things and post back if I need more help. Thanks

  4. #4
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: getting form data?

    FYI - when you use mailto: - it opens whatever is set in the user's computer - and most people never set anything and don't use the program that opens by default - in your case Outook. That's why I recommend people either just type it in for people to cut and paste or do the php form as you were just explained. Or do combinations of all the above :)

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49