Resetting a form

Anyone know how I can reset the text on an input text field?

the as im using is as follows:

on(release) {
_root.myForm.formNameField.txt = “”
_root.myForm.formEmailField.txt = “”
_root.myForm.formMessageField.txt = “”
}

and it aint working :(:(:(:(