Is it possible to have a one to many form using Tornado?
I am thinking of a standard form which contains text fields and then a subform which contains a dropdown list which will allow you to pick as many values as you want.

The fields could be:

Surname

Forename

Visits: (here you can enter as many visits as you like from a dropdown list using a subform).


Is this possible? Is there an example I haven't seen?

Thanks
Bob