Is it possible to group fields and then display several copies of them?
I am trying to set up a registration form in which you should be able to select how many individuals you are registering (1 to 5). Then, I need to collect information about each individual being registered.
I could manually copy and paste each field and then manually set conditional logic statements to display each group of fields depending upon a drop down asking how many individuals are being registered... LOTS OF WORK!
If I was programming this plugin, I would allow to create custom groups (very much like the address field) and then we could treat each of those as a whole. That would make work flow much faster. Another nice feature would be to create "Containers" so that you can move containers around the form and everything inside that container would move with it.
Is this possible at this point?