I have a questionnaire that collects birth dates of several people. How can I make these datefields working with one function to instantiate them all? I tried to use a class selector, but then only the first date field is accepting input
I have dived into it a bit more and succeeded in having multiple datepickers using class selection, however I did not succeed in receiving the chosen date in the Request returned by the user How should I create the altField for this occasion?