I have an expandable form with a "Add" button
when I click on add a new row is inserted
Btn script is as follows: _Contractors.addInstance();
The Btn works fine and a new line is added - no issue
But I jump back to the beginning of my form.
I want to stay where I was.
Any ideas where I need to look to resolve this?
when I click on radio buttons (say on page 4) I jump back to the first page now.
What could I have done to mess up my form?