Forum

Thread tagged as: Question, Problem, CKEditor

Multiple text areas using CKEditor

Is there a way of having 2 or more text areas when using CKEditor? The second one simply doesn't show in the admin when editing the page. I noticed that the style in the html gets changed to Hidden.

Daniel Ruffle

Daniel Ruffle 0 points

  • 6 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

Could you show us your template please?

<perch:content id="first" type="textarea" label="Text area" html="true" editor="ckeditor" imagewidth="600" imageheight="480" />
<perch:if exists="bullets">
<div class="grey">
    <h3>Key NVZ Dates</h3>
    <perch:repeater id="bullets" label="Bullets">
    •  <span class="white"><perch:content id="bull" type="text" label="Bullet" html="false" /></span><br>
</perch:repeater>
  </div>
  </perch:if>
  <perch:content id="second" type="textarea" label="Text area" html="true" editor="ckeditor" imagewidth="600" imageheight="480" />
Drew McLellan

Drew McLellan 2638 points
Perch Support

That should work, as far as I'm aware. Do you get anything in the browser console?