Hello community,
it's my first question in this forum and we can finally find a soloution together.
I want to create a formular, where you can register for a run event. I want to add an option, that a new member join or create a team.
So the main part of the registration is already working, this means you can register. The data will be saved in a table.
It's a bit tricky to explain now the next step, but I will try.
It's already possible to load the team column in the dropdown. But I the new member has not the possibility to add a new team.
For this I created a dummy entry in the table with "new team". And a hidden text box for the new teamname. If the dummy entry is selected the hidden field will be visible to add the new teamname. If the new member clicks on register, the new name will be saved in a different column in the table. That's the problem.
Now I have two options in my mind. First is, try to save the new teamname in the same column as the others, or, load both columns in the same dropdown field.
I tried many hours both options but it never worked, but I have not enough knowledge to created maybe a custom code.
Is there any description of the code available which can be used?
But the main question is, can anyone support me in this case or have a totally different solution?
Many thanks in advance for every helpful comment. I hope I could explain it correctly.
it's my first question in this forum and we can finally find a soloution together.
I want to create a formular, where you can register for a run event. I want to add an option, that a new member join or create a team.
So the main part of the registration is already working, this means you can register. The data will be saved in a table.
It's a bit tricky to explain now the next step, but I will try.
It's already possible to load the team column in the dropdown. But I the new member has not the possibility to add a new team.
For this I created a dummy entry in the table with "new team". And a hidden text box for the new teamname. If the dummy entry is selected the hidden field will be visible to add the new teamname. If the new member clicks on register, the new name will be saved in a different column in the table. That's the problem.
Now I have two options in my mind. First is, try to save the new teamname in the same column as the others, or, load both columns in the same dropdown field.
I tried many hours both options but it never worked, but I have not enough knowledge to created maybe a custom code.
Is there any description of the code available which can be used?
But the main question is, can anyone support me in this case or have a totally different solution?
Many thanks in advance for every helpful comment. I hope I could explain it correctly.