diff --git a/CRM/PCP/Form/Campaign.php b/CRM/PCP/Form/Campaign.php index bea78c69e22e..4c244a29dd9e 100644 --- a/CRM/PCP/Form/Campaign.php +++ b/CRM/PCP/Form/Campaign.php @@ -109,7 +109,7 @@ public function buildQuickForm() { } $attrib = ['rows' => 8, 'cols' => 60]; - $this->add('textarea', 'page_text', ts('Your Message'), NULL, FALSE); + $this->add('wysiwyg', 'page_text', ts('Your Message'), NULL, FALSE); $maxAttachments = 1; CRM_Core_BAO_File::buildAttachment($this, 'civicrm_pcp', $this->_pageId, $maxAttachments);