Hi
How is there an example of setting the value of a text box from the change event of another text box when you have entered a value and need to set the value of another textbox with the Id from the selected textbox .
Hi @bhenning,
You need to do the following:
- Create a page property of string type
- Set the Value of the TextBox to ${textValue}
- Set textValue in the Change event of the other TextBox.