Hi
I have a application for survey, there are question in a view that need to be displayed in the survey from. These question can be Radio, Check Box or Text feild. For Example: Say Question 1 has radio button it has 3 options but only two options have values and otherone does not. When a user opens a survey form. Only two choices should be displayed and its being a radio button, only one can be selected.
Thanks
Rao
Subject: Radio Button
I’m guessing you are looking up to a view to get your values for the radio button? If so, you can try and trim the results to get rid of null values before they shown or, alternatively, you could at least validate the answer to the question to make sure it isn’t an empty string and force them to choose another value.
Subject: RE: Radio Button
Hello Michael
Thank you for your response. It did work. Thanks once again.
Regards
Rao