I am trying to figure out how to create a PDF form that allows the user to choose how many fields of a particular type show up in the form they are completing.
For instance:
How many students are we discussing? If there answer “3” from a pull down menu, then I want it to populate three successive fields such as:
Student Name: Date of Birth: Address:
Or create three identical tables for them to complete based on their number selection.
Is this possible?