Hi:
Is there a way to set up "conditional" interactions? For example, I would like to show a screen where a user clicks an option, then a login button to see a particular state. In other words, on a login screen:
Thanks!
Hi Michael,
That is on the todo list; I suggest you vote for it and add any details on the idea that are important to you.
In the meantime, you can emulate it by adding, e.g., a hyperlink somewhere in the screen that says "User Types Invalid Login" that goes to a new state and shows that. If you establish a convention with your reviewers (e.g., look in this area on the screen for alternate states) that can work. A listbox or some other list element can also work if you have multiple states you want to show; set the click on each list item to create a new state and show the changes.