Not sure if this is a bug or not, but it’s bizarre. Been bumping my head against a wall for a while so thought I’d finally post it here.
I have a small form with some fields which will be hidden after testing that are above the row html. The inputs inside the row–>column–>form-groups don’t seem to access the dynamic data. If I move them out to where the two inputs that will be hidden are (outside the row) the data appears.
I’ve tried it in both Wappler 6.0.0 Beta 5 and 5.8.2 with same results. I thought maybe it had something to do with making the row a conditional row so I removed that and it still didn’t show the data.
Not sure what I could be missing. Any suggestions much appreciated. Thanks in advance.
Unfortunately it didn’t make a difference. The ID is removed when you take off the conditional. Even leaving the conditional but removing the ID doesn’t work either.
I’m facing a similar issue too where I have a text input after a form repeat.
And the form is not reading the value.
My workaround was placing the input on top just like you did.
Form
->Form repeat
->Text input
Not sending text input value
Form
->Text input
->Form repeat
Sends text input value
I don’t know if it’s related but wasnt able to open a bug report yet since I’m far away from home.
I just realized that none of the binding inside that row is getting process. Looks at the dmx-html tag on the Save button and look at this screenshot. The button text isn’t changing to Save Pricing Table.