Glitch with php contact form, any ideas

when i go to the contact page the fields in the form already have this text in them. _level0.contactbox_mc.form.name
_level0.contactbox_mc.form.email
_level0.contactbox_mc.form.message

name email & message are the var names for the fields, i also gave them the same instance names.

http://www.kirupa.com/developer/actionscript/flash_php_email.htm

it’s taken from this tut, which a few people may be aware of, all the code used is pasted from the tut, funny thing is it actually works, you just got to clear fields first. any help appreciated, neil.

Have you tried testing it with either the instance names OR the variable names? but not both. I can tell which you need without looking at the code but this is usually the problem…It starts to mess things up when you have both.

hi lewi, and thanks for the reply, i took the instance names out, i’m pretty sure it wont work without the vars. in explorer there ain’t no text in the fields and it still sends mail, there must still be a glitch as it doesnt go to the message sent page( but getting there) strange though as text still shows up in fields when opened in firefox! eh… anyone come across this before, any fixes going, thanks neil.