I have a counter in controller A that ask for the number of tickets, and a second controller with that amount of text fields asking for user to input the ticket numbers
Example, if user inputs 5 in controller A, I have to create 5 text fields in controller B, and a label at the top of Controller B "What are the ticket numbers".
How can this be done?
P/S: There is no max limit for the number of tickets.