Forum Discussion
NishUpadhyaya-1
6 months agoCommunity Member
Text Entry Error - Unable to continue to next slide after typing and pressing a key.
I am unable to understand what's wrong here or maybe it's just Friday!
I have a text entry field where if they get it right (typing FM) and press ENTER, they progress to next slide (see screenshot...
Nedim
6 months agoCommunity Member
Unchecking the 'Multi-line' option in the Text properties will do the trick. When you press the Enter key in a multi-line text entry field, the default behavior is to insert a newline character (\n), which moves the cursor to the next line within the same text entry field. This creates many issues for us because Storyline will validate the input as 'FM\n' instead of 'FM', which we have set as the correct answer. If you, for whatever reason, need the 'Multi-line' option, I can provide JavaScript code to fix this unwanted behavior when the Enter key is pressed.