Forum Discussion
lharvin
21 days agoCommunity Member
Trigger for a BLANK TextEntry field
I'm trying to make a trigger to jump to a slide if the learner types an answer and layer (oops try again) if they leave the TextEntry field blank. So far I cannot find the right combination to sh...
- 20 days ago
Interesting. Your file did not work, but then I rebuilt the trigger(the same trigger conditions) and it work. SO, evidently the trigger had become corrupt. Are you working on your local C: Drive or a shared drive?
RonPrice
20 days agoPartner
It looks like your triggers are in conflict with each other. The text entry = a value and not equaling blank are essentially the same thing.
A trigger pattern that should work would be
Jump to slide if Text entry = Whatever your values are and then add the ELSE of Showing the Layer.
Even more simple - Jump if not equal to blank (ensures that they type something) and then the ELSE whould show your Layer
Related Content
- 29 days ago