Hi, how are you? I often use this in my apps. I do it in two ways
Option 1) I add a hidden input. When the button is clicked, I change the input and press OK. When the input equals OK, whatever you want to show appears (button, message, etc.) and the counter… I set the counter for 2 seconds, and when it ends, the input changes to empty.
Then show me the (button, text, etc.) if the input equals OK.
Option 2) I use the three button states (this helps me reduce components and resources).
In one of the button conditions, I set the input to OK, then the same.
In the submit button, change the input to OK and change the button state with what you wrote. When the counter reaches zero, the input state changes and the button state changes.
Hi Santiago, I do appreciate your support. Let me ask you a question about Option 1: “When the button is clicked, I change the input and press OK.”
How exactly can I update the Input value to “OK”? Could you please explain the concrete steps?