Low-level forms how to get values of the multiple inputs?
- asinkan
- Member | 38
Hello,
I needed dynamically made forms. I found that Low-level forms can help me. But
I do not understand how to get values inside of the forms. I have table
I need to get values inside of the fields. I found this…
But how should my function in Presenter look like? How will be that submit connected with all inputs?
Thx
- Ondřej Kubíček
- Member | 494
I think that you want to edit & save every row separately, right?
You should use Multiplier
- asinkan
- Member | 38
Ondřej Kubíček wrote:
I think that you want to edit & save every row separately, right?
You should use Multiplier
Yes, thank you. That is what I needed. I can get the data.
My other pain is that some of the values will be already filled in, some will be empty. Like in this screenshot
I know,in normal forms, I can use this:
But how to fill this forms?
My Presenter, for simplification only one text input:
My latte:
Thank you.
Last edited by asinkan (2018-01-29 23:32)