I have Drupal (6.15) installed on a Linux system running Slackware 13 (64 bit) with Apache (2.2.13) MySQL (5.0.84) and PHP (5.10). According to the status report everything seems to be in order. At this point there is only the admin user and a few modules installed but nothing major. From my understanding the Profile module that is included with the core drupal is very basic and you should not use it if you are planning anything a little more advanced, but should use either Content Profile or APK (Advanced Profile Kit). At this time I have Content Profile (1.0 beta 4) as well as CCK (2.6) Automatic Nodetitles (1.2) Panels (3.2) Token (1.12) Views (2.8) as well as a few others as well as any dependencies. My first question is that if I have 2 or 3 questions as radio buttons (yes or no answers) and if I had the field_watchsports set in Content Profile can I have it so that if the user selects yes it will drop question #2 down and have check boxes available to select for the sports you watch. If user selects NO user can go to next question of field_playsports set in Content Profile and if user selects yes it opens up with check boxes of the sports you play that you can select. Would this be done with a jquery/javascript or theme override? I know you can set your profile to use either Views or Panels, both can be set so that you can search them, I know you can set views so it only available to certain roles can you set it so only certain roles can see some of this information. Like user picture galleries only available to paid users.

Thank You in advance.