You can write some Javascript to do this. Define an HTML cell with the following HTML:
<button onclick="var f=AwareApp.getFormPanel(this); f.findField('attributeName1').reset();f.findField('attributeName2').reset();">Reset</button>
where attributeName1, attributeName2 etc are attribute names of those fields that you want to reset.