Hi there,
I have a (probably) easy question to answer for a programming newbie.
I have a radio button - it says are you left or right handed - so two options: left and right - I have also changed their values from 0 and 1 to left and right. I've called the object name: 'handed' and set it to global data
On another part of the form I would like an uneditable text field that says: this person is ... handed
...so in other words there's a gap where I want the text to say 'left' or 'right' - I've also given this field the name 'handed'.
It almost works, but instead of showing the name I get the value (ie. 0 or 1) - can anyone help me to change the value into the text?
Many thanks,
Sunil
I'm using ES4 by the way.