Hello,

I have selected a body field in my views a hide it.

I have added a customfield:markup with the code

<fieldset class="collapsible collapsed">
<legend>Réponse
    <div class="form-item">

it well works but when I rewrite the output
with

<fieldset class="collapsible collapsed">
<legend>Réponse
    <div class="form-item">
        [body]
        </div>
    </legend>
</fieldset>

my body well appear but the fieldset and the legend not.

I have added the fieldset and legend tag to the filtered and full html format.

How to do to have a correct display?

Thanks in advance