Is it possible to enter a number in a field which then creates that number of input fields?
E.g How many apples do you have? 3
would create three input fields:
Apple 1 size=
Apple 2 size=
Apple 3 size=
I know I could do it with IF/ ELSE juggeling or just providing up to say five fields by default (More shouldnt be needed for this application) but just wondered if there was an easier way?