Do not forget to change Input Format to PHP.
<?php
drupal_add_js('misc/collapse.js');
?>
<fieldset class="collapsible collapsed">
<legend class="collapse">
<a href="#">New subscriber questions</a>
</legend>
<div class="fieldset-wrapper">
This is the fieldset content....you can have anything here
</div>
</fieldset>