Click to See Complete Forum and Search --> : Send mail form without "text scraps"


mapofe
05-09-2003, 03:04 PM
Please help me: I need a javascript that sends the forms information in a readable format.

Right now, what i recieve throught the form is a email message with a big line that has all the user imput, but one has to "clean" through the field names, equal signs and stuff like that. Is a mess.

I know, is basic stuff, but I hang my head in shame and confess my absolute ignorance on the subject.

;)

Thanks in advance,

Mapo

DaveSW
05-09-2003, 03:12 PM
Does your form tag contain enctype="text/plain"

as in

<FORM METHOD="POST" ACTION=mailto:___@________.com” ID="myform" enctype="text/plain">

dave

ps it's not actually the recommended way - you should use server side stuff like php etc. Pyro for the php.

mapofe
05-10-2003, 04:04 PM
Mapo falls down on her knees and proclaims Dave "The Greatest Wembaster Supreme of the Universe, Ever"

Thanks so much, it works very well!

Mapo


:D