HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Forms
Forms
  View type:
Hi!

Probably something really simple, but...

I want a user to enter their name into a text box, and then after their test I want their name displayed on the slide by their results.

How to I display the data entered into the text box?

Thanks :)
 
input name page:
1. define an text input field
2. open its properties and type the run-time variable name, f.i. myName
3. choose variable scope 'current module

result page:
1. define a object (!) textbox and use #myName (CL will fill in the value of 'myName' at #myName)
[:D]
 
 
that hasn't worked unfortunately. Do I enter #myName in the text section of the text box?

Thanks.
 
 
 
Hi Grace
There's a sample of this at www.friendsofcourselab.info

Look on here
http://www.friendsofcourselab.info/starter/start_base.html
Passing a simple variable will show you how.
 
 
 
 
Thanks for your help guys! [:)]
 
 
that hasn't worked unfortunately. Do I enter #myName in the text section of the text box?

Thanks.
Subject:
Message options
No additional options