I am working on a customer requirement where I am designingan
Interactive Dynamic form to be filled offline.I have couple of Subforms
and an Add button. When an Add button is clickedI have to add an
instance of the subform.I have added the script for the add button on
click event. Iam able to add n number of new instances, fill the data
and save theform. However, when I open the form again somehow the
instances disappear. It’snot getting saved. It’s a 2 page form and it
seems it only retains 2 p...