Hello there, I am currently trying to make a webform to store data and a functionality I need is that one field needs to be a list of objects of arbitrary size. For example I need the functionality of making a webform to store data on schools, but have the user be able to dynamically add a student onto the form, with the corresponding fields for name, ID, etc. Is there a module that accomplishes this? Thank you.

Comments

It's not entirely clear what the problem is, but as a tip, don't forget that you can freely use the Content Type and its various fields (including Taxonomy!) for this. Simply give users rights to create and editing a specific Type of Content.

This way you will get a “Database” that you can work with using Views, create filters for searching, filtering, and displaying lists. This gives you more options than Webform, including Node revisions and post-editing.