I wish there were a method on a form to reset it... I have a form in a viewstack... The user fills out the form clicks save, I set the text fields text = "", and then switch to a different view. Works decent. However, let's say I allow the user to navigate back to the form. Well, the validator is now showing it's error messages (required fields)... Bummer. So I guess I would like a form reset or a way to clear validation errors. Any ideas?
Thanks. -James

