When reporters first enter the platform, there is a welcome text. This text can be amended so that reporters receive relevant information.
Example welcome page.
To update the text, go to Company setup, Surveys, click the applicable survey and go to Text.
There are text boxes for:
- Welcome text
- Instructions
- Text under collaborate
- Text to display on survey submission
Text box for welcome page text. Under Company setup, Surveys, the survey, Text.
If there are other languages set up there will be a dropdown to select the language.
HTML can be used to format the text and look of the welcome page. The below commands are most commonly used:
Signify a header:
###
Line break:
<br>
Add a double-row line break:
<br><br>
Enter bullets:
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>item 3</li>
</ul>
Italic:
<i>Text in Italic</i>
Bold:
<b>Text in bold</b>
Placeholders are listed on the right-hand side. For example:
Hi {UserFullName},
<br><br>
Deadline to submit the survey: {QuestionnaireDeadline}
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article