Hello,
i would like to ask for your help on a function in javascript where user can hide or show rows in a form.
In the table, i have 10 entries for the user to upload 10 files. Each "file upload" module is named from FILE1 to FILE10.
Is there a way to show only the first 3 rows and have a button(+) where with every click, the next upload entry appears? and another button(-) to hide a row on each click but not the first 3?
thanking you in advance
regards,
Harry
