Results 1 to 5 of 5

Thread: Form Processing

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

    Default Form Processing

    Hi, I am in urgent need of some help with form processing.
    Hi,

    I would like to use this script to allow visitors to email to different staff members. What is different is on the form page, there will be a pull down menu where the visitor will select the staff member they want to email to. Then the script will know which staff member's email has been selected and email to that staff.

    Here is what I am trying to do.
    http://www.idhousingalliance.org/staff.shtml#contact

    For some reason, the perl script is not send the inquiry to the email select. I think it has to do with the input tag in the form. Here is what I have
    <input type="hidden" name="submit_to" value="submit_to">

    Thanks for you help.

  2. #2
    Join Date
    Dec 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Formprocesor

    How i can make a formprocesor for my website so i can receive by my e-mail the details ..

    I wait the answer soon.

    Thank you.

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    PHP offers form handling if you want to code it yourself.
    The other option is to use a free web service to do so, but they usually add ads and such... not too fun.

    PHP is a good option if you're willing to spend some time and learn it... it isn't that hard either.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    To see an easy contact form in PHP, check this thread
    The example you showed in the link is the same one as Blizzard has. Go to the PHP section of this forum, and ask the same question to him. He'll certainly help you.

  5. #5
    Join Date
    Aug 2006
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by vanbao View Post
    Hi, I am in urgent need of some help with form processing.
    Hi,

    I would like to use this script to allow visitors to email to different staff members. What is different is on the form page, there will be a pull down menu where the visitor will select the staff member they want to email to. Then the script will know which staff member's email has been selected and email to that staff.

    Here is what I am trying to do.
    http://www.idhousingalliance.org/staff.shtml#contact

    For some reason, the perl script is not send the inquiry to the email select. I think it has to do with the input tag in the form. Here is what I have
    <input type="hidden" name="submit_to" value="submit_to">

    Thanks for you help.
    I noticed that the form in the website above (http://www.idhousingalliance.org/staff.shtml#contact) are using cgi to process the form. Can the same function be done or achieved by purely using javascript only.

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
  •