Skip to main content
Known Participant
January 22, 2008
Question

Validation still not working....

  • January 22, 2008
  • 3 replies
  • 216 views
Hi All

I have tried numerous scripting for my mail form validation, but without success ... If you can kindly review the below script for my send button.



I have four fields ... name, email, contact and message. To view the problem on the web please select the link below:

Text

Thank you!
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
January 24, 2008
you're welcome.
E_S_D_Author
Known Participant
January 23, 2008
Thanks ... will try alterning the script and see what happens.
kglad
Community Expert
Community Expert
January 22, 2008
is your button a simple button or a movieclip button? if it's a movieclip button, you probably have a path problem to your textfields.

use trace(name.text) in your on(release) to see if you're using the correct path/name to your textfield instance.

p.s your email validation statement should be an ||, not an &&. and if Contact is supposed to be a phone number, that validation isn't likely to work.