I want to create a form where the number of fields can be specified by the user. For example, I want a form to ask how many children I have. After telling the form I have 3 children, the form should present three fields to collect their names.
Is this possible?