Hello forums!
I’m having a bit of a war with my flash project at the moment - I am making the slow transition from MX to 8, and finding that all the things that USED to work now don’t.
One of these things is my trusty Flash/PHP mailer.
Everything “works” fine, the email sends, but my issue is WHAT is being sent. Instead of simply sending the content of the input text box, it now also includes all of the HTML formatting as well! (Even though is NOT selected as an option for the text boxes)
So this means I get a very messy email with HTML code everywhere, and I’ve had to disable all of my conditions, as they obviously don’t work anymore.
SO!
My question is, should I:
- Somehow update my PHP script to be able to display the HTML formatting in the email(this would be great if someone could help with this!) or,
- Simply somehow disable Flash 8 from sending the HTML formatting.
I have included the .fla and the .php file (as a .txt)
Thank you in advance!