How to get webform copy to email

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • apking
    New Member
    • Feb 2007
    • 32

    How to get webform copy to email

    Hi friends
    Iam newbie to HTML forms.Iam build a form with some fields.these details fill and then submitt.how to get copy of these details in E-mail.
  • phvfl
    Recognized Expert New Member
    • Aug 2007
    • 173

    #2
    Hi,

    What server side language are you using?

    The emailing will need to be handled on the server side and so would be handled in the same code that handled the form submit.

    Comment

    • akapsycho
      New Member
      • Aug 2007
      • 43

      #3
      As he said, you're going to need more than just straight html to execute a mailer script. PHP should easily do your job.

      Comment

      • phvfl
        Recognized Expert New Member
        • Aug 2007
        • 173

        #4
        Originally posted by akapsycho
        As he said, you're going to need more than just straight html to execute a mailer script. PHP should easily do your job.
        If there isn't currently a server side language being used then PHP would probably be the language of choice. However, if the site currently uses ASP, ASP.NET or another language then it would be easier to use that languages solution.

        If PHP is going to be the solution then I'll have to let you take the answer as my experience is on the Microsoft side.

        Comment

        • akapsycho
          New Member
          • Aug 2007
          • 43

          #5
          I'm not going to pretend knowing too much about PHP but I'll give it a shot. I've gotten a lot of help from here so it would be nice to be able to give back.

          Comment

          Working...