Hello,
This seems to be a common question and I have found some answers but it does not seem to be working for me.
I have a form (form1), and on page 3 (page 3) I have a table with a group of radio buttons (9 groups of 3 radio buttons). I wrapped my radio buttons in a subform which I called 'Comparison'.
I have added a button to clear the table, and only the table (all 9 groups):
I added this code to the button:
xfa.host.resetData("form1.page 3.Comparison");
Show: click*, language selected is javascript, run: at client
When I test it, the button clears the whole form (all pages).
What am I missing?
Thank you!
Caroline