Hey - have a question about what I believe is a very simple problem… Using this tutorial: http://www.kirupa.com/developer/actionscript/flash_php_email.htm I simplified it to only be an email address that the user submits. I have it working no problem, but would like to modify it so that it will not submit anything if the field has been left blank or if the user has not entered a proper email address containing “@” or a “.”
basically I want it to only send the email submission if the user has entered a correct address - otherwise I want it to give feedback like “please enter a valid email”.
If you could give me some help or point me to a tutorial that would be great…
thanks in advance.