How can I get a click box to interact with a text entry box on the same page?
I'm creating a tutorial on using a specific system and trying to recreate what the end user would actual do in the system. On one slide, the end user must enter text into a field, then press a button (click box) to advance to the next slide. I want to be able to have the click box validate if the text entry is correct before advancing to the next slide. Is there a way to get the click box to validate the text entry? Not sure how to get the two objects to "talk" to each other rather than function independently.

Literally, I want the end user to enter the data in the text entry box, then click on the Get button. I need the Get button (click box) to both validate that the data entered in the text entry box is correct and, if it is, advance to the next slide. If the data is incorrect, I need the Get button (click box) to show the failure caption and have the end user re-enter the data correctly.
How do I get the objects to work together?

