Spikeysonic Posted November 12, 2011 Share Posted November 12, 2011 Ok I I trying to get an email form workign on my site... the test fields for Name Department Email Phone and Message Have test contents AAAAAAAAAAAAAAAAAAAAAA BBBBBBBBBBBBBBBBBBBBBBB CCCCCCCCCCCCCCCCCCCCCC DDDDDDDDDDDDDDDDDDDDDDD EEEEEEEEEEEEEEEEEEEEEEEEEE Respectibly... but I have no use for all the <TEXTFORMAT LEADING="2" etc nonsense messing up my emails so can you please tell me how to clean this crap out so I just getr what was asked for please? oh and in flash I already set the render to html option to off in the properties of the input text fields. First Name: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Comic Sans MS" SIZE="16" COLOR="#000000" LETTERSPACING="0" KERNING="0">AAAAAAAAAAAAAAAAAAAAA</FONT></P></TEXTFORMAT> Department/Position: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Comic Sans MS" SIZE="16" COLOR="#000000" LETTERSPACING="0" KERNING="0">BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB</FONT></P></TEXTFORMAT> Email: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Comic Sans MS" SIZE="16" COLOR="#000000" LETTERSPACING="0" KERNING="0">CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC</FONT></P></TEXTFORMAT> Telephone: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Comic Sans MS" SIZE="16" COLOR="#000000" LETTERSPACING="0" KERNING="0">DDDDDDDDDDDDDDDDDDDDDDDDDDD</FONT></P></TEXTFORMAT> Comments: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Comic Sans MS" SIZE="16" COLOR="#000000" LETTERSPACING="0" KERNING="0">EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE</FONT></P></TEXTFORMAT> Quote Link to comment https://forums.phpfreaks.com/topic/251013-how-to-i-get-rid-of-the-html-tag-crap-with-my-flashphp-email-forms/ Share on other sites More sharing options...
trq Posted November 12, 2011 Share Posted November 12, 2011 Where exactly is this html coming from? Your going to need to post some relevant code. Quote Link to comment https://forums.phpfreaks.com/topic/251013-how-to-i-get-rid-of-the-html-tag-crap-with-my-flashphp-email-forms/#findComment-1287688 Share on other sites More sharing options...
bspace Posted November 13, 2011 Share Posted November 13, 2011 look at strip_tags in the manual assuming you want a php fix Quote Link to comment https://forums.phpfreaks.com/topic/251013-how-to-i-get-rid-of-the-html-tag-crap-with-my-flashphp-email-forms/#findComment-1287725 Share on other sites More sharing options...
trq Posted November 13, 2011 Share Posted November 13, 2011 I would be more inclined to remove from the source. I meen, it didn't get there by itself, your code must be putting it in there somewhere along the line. Quote Link to comment https://forums.phpfreaks.com/topic/251013-how-to-i-get-rid-of-the-html-tag-crap-with-my-flashphp-email-forms/#findComment-1287758 Share on other sites More sharing options...
Spikeysonic Posted November 16, 2011 Author Share Posted November 16, 2011 Its coming from a flash file, an email form within a movie with input text fields (and I did set them to stop rendering text as html) Think when I trid the strip tags either it did not work or did not send, will re try Quote Link to comment https://forums.phpfreaks.com/topic/251013-how-to-i-get-rid-of-the-html-tag-crap-with-my-flashphp-email-forms/#findComment-1288733 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.