How to repeat a form

One more question.
Why are the form input names dynamic?

<input dmx-bind:name="PHTGeraetId" type="hidden" class="form-control" dmx-bind:value="HTGeraetId">

The names there should be static, so they can be submitted as they are defined in your server action. So do not use dmx-bind:name=" but just name="

Thanks a lot for the tip. That was my fault. It is working now.

1 Like

Hello Teodor,
Referring to this post, is it the same in the newest Wappler versions that a form input element NAME cannot be dynamically changed to submit to db?.
I.e. using a single input element to submit more than one value in different occasions by dynamically changing its name.