I can't seem to find any information on whether what I would like to do is possible or not.
Here is my current code: http://jsfiddle.net/richerdk/zudCf/
Is it possible to have a radio button within the result of another radio button ex:
User selects yes radio button this is the result:
<div id="div1" class="tab">
<p>Why do you think the sky is blue, is blue your favorite colour? </p>
</div>
Could I add another yes/no radio button inside of this?
If not how would I go about writing if else statements so I could have different results based on the yes/no selections.
Thanks,
Richerd