i have issue

Hello,

I’m initing a form with XML. The XML includes 3 fields and 2 buttons.
The save button works fine. But the reset one doesnt.

Teste
     <script>
        var myForm = new dhtmlXForm("myForm1");
        myForm.loadStruct("form.xml");
        
        var dp = new dataProcessor("servlet/contato");
        dp.init(myForm);            
     </script>
  </div>   

Could you please, provide a complete demo, with all the configured code with the button events and the form structure, where the problem can be reconstructed locally.

heelo, with all the configured code with the button events and the form structure, where the problem can be reconstructed locally.