I am creating a registration form, in the form I have created a decision field asking the user if they have children. If the user places a check in the box (Yes they have children), I would like to have a prompt for the child's name (First, MI, Last), birth date and drop down menu to select age range to be displayed. If they have more than one child, I would like the user to click on an Add button to add more names, birth dates, and age range selection. I would assume another table would have to be created with these fields. How can this be achieved?