Click to See Complete Forum and Search --> : form questions


karina481
01-08-2003, 02:58 PM
I am trying to create a form where the information that is entered in the form will be sent as a .txt attachment to an email address once submited. Have no clue on how to do that. Need Help Bad. If anybody know how to do that, please email me at karina.karpilovsky@bridgestreet.com

Your help will be greatly appreciated.

Karina

swon
01-08-2003, 06:12 PM
For this solution you have to code on the server, say you must use server side languages like PHP,Perl etc. because in HTML or Javascript you can't read from files and can't write into files (ClientSide).