I'm trying to add more rows in my form based on the user's input.
For example, I have a field asking for how many rows I want to add to the form. If the input is 5, then 5 additional rows will be generated and appended to the form.
As of now XLForm has the ability to add a single row (e.g. multivalue form), I was thinking if I can do the same but in bulk instead of just adding a single row each time.
Is this possible?
It's been a while since I handled XLForm, but I think something like this will work fine: