PDA

View Full Version : Flash Contact Form with PHP


aoxk61
06-10-2007, 06:19 PM
Hi,

I'm trying to create a PHP contact form in Flash, but when the email arrives, it contains HTML instead of the actual words entered by the user in the form in the 'From' and 'Reply-To' sections of the email. Many people have said to take off auto kern or 'render text as HTML', but the problem is still happening.

From: TEXTFORMAT LEADING=\ "2\"><P ALIGN=\"LEFT\"><FONT FACE=\"_sans\" SIZE=\"10\" COLOR=\"#000000\" LETTERSPACING=\"0\" KERNING=\"0\">gfhf</FONT></P></TEXTFORMAT><<TEXTFORMAT LEADING=\"2\"><P ALIGN=\"LEFT\"><FONT FACE=\"_sans\" SIZE=\"10\" COLOR=\"#000000\" LETTERSPACING=\"0\" KERNING=\"0\">hgfhfgh</FONT></P></TEXTFORMAT>>"

Does anyone know how to fix the problem?

Thanks for your help.

LOLFlash
06-10-2007, 06:26 PM
You have names collision

aoxk61
06-10-2007, 06:29 PM
You have names collision

do you mean variable names? or can it be something less specific?

LOLFlash
06-10-2007, 06:47 PM
'From' and 'Reply-To' suppose to be plain text in your movie and if it picks some html formatted text, it's probably takes some other variable value
or dont use HTML formatted fields for this inputs

aoxk61
06-10-2007, 07:33 PM
'From' and 'Reply-To' suppose to be plain text in your movie and if it picks some html formatted text, it's probably takes some other variable value
or dont use HTML formatted fields for this inputs

hi, 'render text as HTML' is not checked for any of the text fields...