Announcement

Collapse
No announcement yet.

Web Design question?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Web Design question?

    This question is dedicated to any web design people who can help me.
    I recently put up a web page and I got a form but every time I click or try to test it, it doesn’t work. Now the thing I would like to do is every time people input info in the form ex: Comments: Hi I was wondering……blah blah blah…
    Now every time they would click on submit, the info would go directly go in my mail.
    Does any body know what would be the coding? Or where I can get help for coding?
    P.S. No I already search the internet for info but nothing good came up. Just basic on how to create a form but I already know that (already done) I just need help on the submit part.
    100% Transformation in progress

  • #2
    pm keiser he is a web junkie (make sure you spell everything correctly)

    Comment


    • #3
      I know what you are trying to do, someone types in a comment to a text field and clicks submit. You want what they typed to get emailed to you.

      You must use the web server to send the email to yourself. Write a cgi script and have the submit function call that script, you basically will be using cgi and use "post" for the action of your submit button, here I did a search for you, there is tons of info out there on how to do something like this, here is an example:

      Comment


      • #4
        Thank you so much for the info this will help a lot.
        My site is almost done so i will send you guy the link so you can send me feed back
        100% Transformation in progress

        Comment


        • #5
          Originally posted by Keiser
          I know what you are trying to do, someone types in a comment to a text field and clicks submit. You want what they typed to get emailed to you.

          You must use the web server to send the email to yourself. Write a cgi script and have the submit function call that script, you basically will be using cgi and use "post" for the action of your submit button, here I did a search for you, there is tons of info out there on how to do something like this, here is an example:

          http://www.mv.com/webtools/forms-inf...mit-ex-em.html

          geek


          Comment

          Working...
          X