Hi!
I am new one in LimeSurvey World, but I am very impressed of results of your work!
I have a problem with text info on register page. I was searching help-guide and that forum, but I found no tips. Maybe I don't know what to search for - remember I am a new one in Lime World and in www generally. I hope there is some easy, basic solution you could point in a few words.
I want to add a couple of lines of expanations to be visible on register page and nowhere else. I have witten it down in the area of description of my survey, but it is no visibile. I am trying now to modify template (clear_logo) to display that. I have added the line:
Code:
<p><strong>{SURVEYDESCRIPTION}</strong></p>
to register.pstpl. I can see the description text in preview, but it is still not visible in my real form.
The same is with other tempaltes. I can see description only when I add above line to survey.pstpl for example, byt it is then visible on each page with questions, what I don't want.
What I am doing wrong? What should I do or where to search for?