HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Input Boxes
Input Boxes
  View type:
Hi everyone,
I'm a novice so forgive any naive questions.
I want to put an input box and when the user types in the correct word something happens. I know I have to use the 'On Leave Field' action but then I get stuck. Its giving me headaches!!
Many thanks
 
Hi, Jon!

Any input field has corresponding run-time variable, that contains current field value (you can define it's name in field properties - let it be "field_var"). Then attach the IF action to On Leave Field with the sequence of dependant actions:

IF (#field_var=='test_word')
- something that should happen
 
 
Thank you....[:)][:)]
Subject:
Message options
No additional options