Hello,
I’m working on setting up a form where users may need to submit multiple entries of the same type (e.g., multiple tasks, items, or data points). I’d like to know if there’s a way to allow users to dynamically add additional fields while filling out the form—similar to an “Add another” button that reveals a new set of fields.
For example:
- A user fills out one set of fields (e.g., Explanted Tissue, Non-explanted Tissue).
- If they have more sample type to submit, they can click a button to add another set of the same fields.
- This process can repeat as needed.
Screenshot:
A detailed description on how to set it up would be appreciated.