Hello,
I have requirements for Radio button options to be "Yes, but..." and "No, but....". I see where Listboxes and Dropdowns allow the escaping of the comma by using the backslash. "\,"
I can find nothing in the HELP stating how to do this for Radio Buttons... is it not possible? I am new to the forums and definitely tried to find an answer to this before posting.... sorry if I missed it.
Thanks for any information
As far as I know you can't use them but I would be interested if anyone else figures this out.
I would use a semicolon instead and in the text translation use replacestr(document.radioButtonName,";",","), of course then you can't use semicolons
Something like the following works for a dropdown list.
(a) never, (b) rarely, (c) sometimes\, or often, (d) always
But when I tried the same with radio buttons it did not work, even though the HELP files said that it should.
Maybe in your sample text you can get away with using a semi-colon instead of the comma?
I've used 2 checkboxes in this situation. You'd have to add code to clear the other checkbox when one is checked. You'd also have to concatenate them together in the translation, or setting an obs term.
We have used ; in ours also