I have to develop a contest page. Every participant may have one or more codes that can use to participate in the event. After that the user must fill a form with their personal data so they can be contacted in case they win the contest.
How could I add a [+]
button that opens a modal window asking me how many code field would I need? If I write 5 for example, we create dynamically 5 code fields to the input.
I managed to create an add more button that add just one more button, but for clients requirements, we need to use a popup that ask how many fields we need.