My problem is----
I have one Html form for registration. On click of Submit button i want to send this form to someones email address. so what i have done is--
<FORM METHOD=POST ACTION="mailto:sanjeev@iic.ac.in" ENCTYPE="text/plain">
but the ouput which i am getting at my mail address is something like---
name=abc
class=pg
.
.
and so on....
so i m getting ouput in a very strange manner...please tell me some another way so that i will get output in some usual format.
I have one Html form for registration. On click of Submit button i want to send this form to someones email address. so what i have done is--
<FORM METHOD=POST ACTION="mailto:sanjeev@iic.ac.in" ENCTYPE="text/plain">
but the ouput which i am getting at my mail address is something like---
name=abc
class=pg
.
.
and so on....
so i m getting ouput in a very strange manner...please tell me some another way so that i will get output in some usual format.