Reputation: 95
I want to be able to ask a user to specify how many unique entries they wish to enter, then dynamically generate that number of identical fieldsets, each with same form fields, e.g Name, Size, Colour, etc; basically having the fieldset as a template of sorts.
What is the best way to achieve this?
Thanks.
Upvotes: 0
Views: 315
Reputation: 1951
Define a custom fieldset and add it to form panel, one way of doing that : https://fiddle.sencha.com/#fiddle/2c5
Upvotes: 1