The start of my survey requires users to choose an item (for example, they have to choose one type of university qualification from a list of 20). The survey is then populated based on what they selected. However, it might be that some users don't know what each different degree entails.
I would like to add some extra information to the question without cluttering the page. I thought of adding it in the Help section of a question, but it really clutters the page. Is there a way of adding a pdf with all the information that the users can just download? Or perhaps a hover over functionality for when they need it?
Thank you so much for your answer. However, I'm struggling a bit with how I would implement it.
Should I upload the pdf document somewhere? And where to/how do I upload it?
sure, you have to uplaod it to some place on your server.
1. You are not allowed to upload it to your template with the button in the template editor (pdf not allowed)
2. But you can do that by "Filezilla" or other ftp clients.. Upload to "your_LS_installation/upload/templates/files/name_of_template". Now you can use the placeholder {TEMPLATEURL} in your code, like:
Code:
<a href="{TEMPLATEURL}/files/Research&amp;results.pdf" target="_blank">Click for more information</a>
3. You are not restricted to upload to a LS folder. You can upload to any place.
Then you have to use the full URL like:
Code:
<a href="https://www.server.com/path_to_document.pdf" target="_blank">Click for more information</a>
And just by inserting some bootstrap classes:
Code:
<a class="btn btn-info btn-xs" href="https://www.server.com/path_to_document.pdf" target="_blank">Click for more information</a>
you get
Best regards
Joffm
P.S. The question mark is removed in this my template
Volunteers are not paid.
Not because they are worthless, but because they are priceless