home | products | customer | support | forums | contact
Sign in | Join |
in
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 07-27-2010 15:12

    • usami
    • Top 100 Contributor
    • Joined on 06-04-2010

    Single choice question

    Hi Tom

    I am tyring to accomplish the following

    1) I want to clear the text in  selection-Other field if the respondent changes his selection.  (prefereably without a post back)

    2)I want display the field label and texbox in Selection-Other answer type in the same line

    3) I want to create a single choice question where one of the choices has two textboxes

    Any suggestion how could I get these things done?

    thanks

    Umer

     

     

     

     

     

     

     

     

  • 07-28-2010 11:49 In reply to

    • Tom
    • Top 10 Contributor
    • Joined on 05-19-2007
    • Switzerland
    • Data Illusion

    Re: Single choice question

    Hi,

    1) You would need to customize the existing "other selection item" c# code most likely the easiest might be to add some javascript on the radio button to detect if it gets unchecked and if its true clear the field of the other item.

    2) You would also need to customize the other selection item c# code. Try to remove the Controls.Add(new LiteralControl("<br />&nbsp;")); code, if it doesnt work you will need to directly create your own selection item type based on the answerselectionitem and answerotherfield item code.

    3)  You could create a free form based question and drag / drop and layout two textboxes side by side on the canvas.

Page 1 of 1 (2 items)
(c) 2008 Data Illusion. All Rights Reserved.