Hi @mrleetyler ,
Could you tell me:
Does the data submitted by the user come from the value of the textinput control?
Do you want the value on the textinput control to remain unchanged after the user submits the data?
If my assumptions are correct, you could try to set a variable.
The value of the variable is the value of textinput control.
You could try to assign the value to the Default property of the textinput control.
Then set the Reset() function on the onselect property of the submit button.
I did a test for you:
1\ Add a textinput control and set its Default property to:
Thevar
2\ Add a button control and set its onselect property to:
Set(Thevar,TextInput1.Text);Patch(LIST57,Defaults(LIST57),{Title:Thevar});Reset(TextInput1)
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.