Forum

Thread tagged as: Problem

Redactor not working after perch repeat tags

hi all ,

For some reason the redactor text formatting doesn't appear after perch repeat tags . It works well for all the other .

    <perch:repeater id="Points" label="Insert Points In Here">
                     <div class="col-lg-6 col-12">
                         <perch:content id="D2" type="textarea " label="Insert Description Here" html editor="redactor">
                    </div>
    </perch:repeater>
Titus Saju

Titus Saju 0 points

  • 2 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Does it make a difference if you tidy up the errors in the template?

<perch:repeater id="points" label="Insert Points In Here">
<div class="col-lg-6 col-12">
<perch:content id="d2" type="textarea" label="Insert Description Here" html editor="redactor"> 
</div> 
</perch:repeater>