Asking for User Name
Using Cap 9 for output as an exe file.
I need to ensure that a learner has entered some text (their name) in a text entry box.
So far, I've not been able to make this work.
The default value for my text field is set to "Enter Your Name" and I can detect if the user simple clicks the Submit button by comparing the value of my UserName variable with the default value of the TEB. I can also detect if they have changed the default text in the TEB before clicking the Submit button.
The user only gets one shot at this. If they don't change the text in the TEB and click the Submit button, they don't have the option to correct their mistake and change the text to try again.
What must I do to allow the user to have a second chance at entering valid text in the TEB?
