Forum
Redactor not displaying after repeater
Hi
In a template, I've got a repeater which includes redactor.
After the repeater, I've got another textarea called id="footer"
with redactor but it's not displaying, I just get a plain textarea box.
Any suggestions...
<section class="hw_can_hlp grp_help" id="how_help">
<div class="container">
<div class="row">
<div class="your_hlp_desc">
<div class="orange_heading">
<h2 class="yellow text-center mrgn_btm_50"><perch:content id="h2" type="text" label="Section H2 title" /></h2>
</div>
<div class="helping_desc">
<perch:repeater id="help" label="How WeCan Help You Text Blocks">
<div class="col-md-6 col-lg-6 col-sm-6 col-xs-12">
<div class="book_confrnce mrgn_btm_50">
<h4 class="orange mrgn_btm_30"><perch:content id="how_can_help_title" type="text" label="Title " required="true" title="true" /></h4>
<perch:content id="how_can_help_description" type="textarea" label="Description" html="true" editor="redactor" title="true" />
</div>
</div>
</perch:repeater>
</div>
<div class="take_holdy text-center mrgn_tp_100"><perch:content id="footer" type="textarea" label="Footer text" html="true" editor="redactor" title="true" /></div>
</div>
</div>
</div>
</section>
Please post your Diagnostics Report - thanks!
This is a known issue - we're working on it.
Thanks Drew