Hello, All-
I've had a site running for a few months that takes four input text boxes
(name, e-mail, subject and message) and posts the values to an ASP page which
composes an e-mail with a CDO.Message command.
For some reason (nothing has been changed in the files or on the server),
it stopped working and I've traced it down to Flash passing Input Text Box
Formatting information along WITH the variable.
Help!
Can anyone explain what's happened and how to correct it?
For example, in my form I've set all the name, e-mail and message to static
text and let the Subject variable be passed and in the e-mail subject line, I
get this:
<TEXTFORMAT LEADING="2"><P ALIGN="JUSTIFY"><FONT FACE="American Typewriter"
SIZE="12" COLOR="#000000" LETTERSPACING="0"
KERNING="0">Explicitly?</FONT></P></TEXTFORMAT>
Obviously, I only want the string 'Explicitly?' which I entered in the subject
field. My guess it that it's doing this to all the fields and it's not parsing
a correct e-mail address as well.
Any and all help is greatly appreciated.
Thanks,
Steve