Avatar

Level 3

Hello

I need to reset fields after sending a xml file, i use the preSumit event.

But my script is not respected.

Exemple :

myButto,.preSubmit

myButton.resolveNode("#event").submit.target = "fdfd@ffdfd.com";

resetFileds(); //personal function

The problem the xml file dosent contain value the fileds values.

When i remove my resetFileds() function it works but when i come back in my form the fields steel full i wand to reset some fields after my submit.

It there a right event.

Thanks