Millisecond Online Community

Forums & Feeds
Welcome to Millisecond Online Community Sign in | Join | Help
in Search

mask in /other option among radio buttons

Last post 06-12-2008, 1:29 AM by vinainor. 2 replies.
Sort Posts: Previous Next
  •  06-10-2008, 9:04 PM 1668

    mask in /other option among radio buttons

    Can anyone tell me how to create a mask in the /other response option among some radiobutton response options? The mask function only seems to work with textbox element. I want to make sure that responses are in integers only if the "other" option is selected among some radiobutton options. I want to ask how many years the participant has lived in a foreign country if and when the "other" radio button is selected.
  •  06-11-2008, 9:15 AM 1669 in reply to 1668

    Re: mask in /other option among radio buttons

    Hi,

    To apply a mask and other textbox settings to the "other" option, first create a <textbox> element with the appropriate caption and mask, and then specify that textbox as the other option (that's right, you can specify the name of a textbox to be the other option).

    For example:

    <textbox otheroption>
    / caption = "other"
    / mask = positiveinteger
    </textbox>

    <radiobuttons numbers>
    / caption = "What is your favorite number"
    / options = ("1", "2", "3", "4")
    / other = otheroption
    </radiobuttons>

  •  06-12-2008, 1:29 AM 1670 in reply to 1669

    Re: mask in /other option among radio buttons

    Thank you Sean!
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems