Group: Administrators
Posts: 13K,
Visits: 104K
|
Yes, the way to do this is to reference a separately configured <textbox> element in the /other attribute:
<surveypage mypage> / questions = [1=myrb] </surveypage>
<radiobuttons myrb> / options = ("A", "B", "C") / other = othertb </radiobuttons>
<textbox othertb> / caption = "other" / textboxsize = (25%, 20%) </textbox>
|