Forum Discussion
Insert Name
Hi Ned,
I am working on Text Entry filed there are 3 Text Entry
1. First name
2. Last name
3. Email.
we have start button at bottom right so here the requirement is after entering all fields the start button should be in active start.
it will be very help full i am just adding the screen short for reference.
Hi Hari,
In the attached example, I have added three text entry boxes and a Start button to replicate your scenario. I have set the Start button to an initial state of Disabled, so that it is visible, but not active.
The state of the button is changed to Normal when the variable for Surname (TextEntry2) changes, if TextEntry1 and TextEntry2 are not equal to blank.
If the user tries to click on the Start button once it is active, but before they have entered an email address, they receive a reminder to enter their email address. Once this has been done, they can click on the Start button and proceed.
The reason I have done it this way is because the TextEntry variables are not updated until the Text Entry box loses focus. Therefore, the user has to click outside the Text Entry 2 box in order for the trigger to activate the Start button.
If I had set this to the Text Entry 3 box, the user would have to click outside the box in order to activate the Start button, before they could then click on it, which is not user friendly and may confuse users.
Hope this helps, but if you have any further queries, just get back to me here.
Related Content
- 2 years ago
- 2 years ago
- 2 years ago