I`m using Typo3 9.5 with powermail. I want to generate dynamic input fields, based to a selectfield. For example: "How many members you want to register?" Then you get a selectbox, where you can choose from 1 to 10. If you select 10, 9 further new input fields should appear.
How can I solve this? If I do it only with jquery, the input fields arent registered and dont get send to the recepient.
Is there a way to integrate dynamic input fields?