I am using a toggle content accordion. I have it set up using a matrix. I want the first toggle container to have the products description in it, but it doesn’t work if I just add the tag {product_description} in the matrix. Is there a conditional I can use that will fill in the first container with it?
This is my code:
{exp:channel:entries channel="products" dynamic="yes" limit="1"}
<div class="cont-left" id="content">
<h3>Product Details</h3>
<p> <div class="toggle-container"><br />
{accordion}<br />
<div class="toggle-header"><br />
</p><h4><a href="#class=tog-open"><span></span>{panel_title}</a></h4><p> <br />
<div class="clear"></div> <br />
</div><br />
<div class="toggle-content"><br />
{panel_content}<br />
</div><br />
{/accordion}<br />
</div> <br />
<br />
{/exp:channel:entries}