Answered
Based upon a score entered in a TextField, I'm trying to get a text box to appear.
Trying this and it may not be the best solution:
text box set to hidden
javascript on the exit event of the TextField
if(this.rawValue=7)
textbox1.presence="visible";
try this script in the change:Event of your text field:
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs