I need to create a form that allows the user to upload up to five projects. Each project will have up to 5 images, a title, and description (file upload, input and textarea). It seems a bit cumbersome to have to go through creating this many form elements over and over on the backend. It would be nice to group common form fields into a field group, which you can then duplicate easily.
On the front-end, it would be awesome for the user to be able to press "add project" and a whole new row of those 3 form fields appear. Instead of locking it in at exactly two, three, four, or five projects, it would be nice to allow the user to control how many they want to add, with validation requiring a certain number. That would really make this plugin even more powerful!