Forum Discussion
KrisTaylor-a3c1
2 years agoCommunity Member
Storyline Interaction problem
Hi everyone, I have built an interaction where I want the next button state to be set to hidden, until text has been typed in 3 different textboxes, which at that point it will become visible.
I'...
JudyNollet
2 years agoSuper Hero
The trouble is that the TextEntry variables don't actually change until the entry field "loses focus" (e.g., the user clicks somewhere outside the field).
I suggest you add a button (e.g., "Continue" or "Ready") for the users to click after they type their answers. That will force them to lose focus on the entry fields.
You could also save yourself some triggers by using 1 trigger on the "Continue" button that shows the Next button if all of the text-entry variables are not blank.