Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.1
-
Fix Version/s: 3.4.2
-
Component/s: CiviCampaign
-
Labels:None
Description
Currently, you cannot put html in for instructions to people on the surveys. Using html is important so that you can lay out the instructions, what script the person will be using, etc.
It only takes a quick change to the file to make it work properly:
It is about line 322 in /sites/all/modules/civicrm/CRM/Campaign/Form/survey.php
Change the text so it looks like this:
// script / instructions
$this->addwysiwyg( 'instructions', ts('Instructions for interviewers'), array( 'rows' => 5, 'cols' => 40 ) );