Need help with forms:

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deeph2o
    New Member
    • Jul 2007
    • 1

    Need help with forms:

    I need some help with html coding, specifically with forms.

    -The old-school forms were submitted, and the recipient got them in a .att attachment that could be opened in notepad, and deciphered.

    -My first question is, does anybody know of any code to force it to actually submit the email IN the body of an email message, rather than an attachment? -In basic HTML?

    -If I get beyond this one, I have a question about putting attachments onto a form, but I want to deal with this one first...
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    html does not do this. .

    Comment

    • nomad
      Recognized Expert Contributor
      • Mar 2007
      • 664

      #3
      Originally posted by deeph2o
      I need some help with html coding, specifically with forms.

      -The old-school forms were submitted, and the recipient got them in a .att attachment that could be opened in notepad, and deciphered.

      -My first question is, does anybody know of any code to force it to actually submit the email IN the body of an email message, rather than an attachment? -In basic HTML?

      -If I get beyond this one, I have a question about putting attachments onto a form, but I want to deal with this one first...
      One of the options is to use PHP and HTML

      nomad

      Comment

      Working...