Would like to see the possibility to add repeating fields ( group of fields ).
e.g.: I have a dropdown box with a bunch of numbers, indicating the number of people joining.
When 1 is selected, i'd like to have 1 group of name / address input fields. When 2 is selected i'd like to have 2 group of name / address input fields.. etc etc.
I've been testing with conditional logic but that isn't made for things like this.
Another option would be a group of fields for name / address and an 'Add person' button to add another group of name / address fields for adding one more person. etc etc.