I would like to create a dialog where I am asking the user about his language skills. the construction looks as follow:
- form
- input
- select language input
- select years of experiance
- button(add new language) {or} button(submit)
- /form
the problem I have is that I only can pass my values to my db after I have collected all information.
I could work with static forms and but I hope that there is an easier way which I did not figured out yet. I had a look into working with the loop function but I am running here in problems as well.
does someone has an idea on how to approach this problem?