Hi Guys,
Basically most of my forms require to have subforms that are existing and the user is required to add to some of the fields in the subforms. So data is populated into the subforms and user is required to append to it.
The main issue I have is the non-availability of the function to add or delete rows in a subform using deluge script. This causes a number of issues as follows:
1. I have to pre define the number of rows for the user, where sometimes the subform might have more or less.
2. These blank rows gets carried forward in the database and takes up unnecessary space and slows down the system.
3. If the blank rows have mandatory fields then the user has to delete all the blank rows manually before submitting.
I would really appreciate if you could help me try to solve this issue or provide a workaround how do I go about getting this functionality
Many thanks.