Hi all,
I am trying to set a value on a field when the form is submitted.
In the onSelect of a button I have:
DataCardValue28.Text="Yes";SubmitForm(FormBewerkGebruiker)
Unfortunate that isn’t working. The field is not updated.
The idea is that this value must always be set when a user submits a form so that is why a put this code to update the field in the same button. Is setting DataCardValue a wrong idea here? Or is there maybe a better solution, so I am open for ideas.