Written by virus the 14 Aug 10 at 18:12.
Related project: 1.x all.
New
Currently in LimeSurvey the replacement field for RETURNTOSURVEY if used gets replaced with and hyperlink, which does not quite fit in with all the nice buttons you have on your template.
So to make it blend in with the rest of the buttons on your template you will have to make some adjustments to your template code.
Written by peterbrown05 the 12 Oct 09 at 10:23.
Related project: 2.x all.
New
presently there are a few screens that don't work in IE8 unless "Compatability View" enabled.
Specific examples are adding a new token, generating the token and sending emails.
in ie8 these dont work properly.
In emailing invitations and reminders, one can use a barebones version of the SURVEYURL field placed within an HTML anchor tag to make a prettier survey link. The code described in the documentation is @@SURVEYURL@@.
The same type of feature would be desirable for the OPTOUTURL as well, but is currently unavailable in 1.90+.
Written by mdekker the 1 Mar 10 at 10:42.
Related project: 1.x all.
New
When you want to style question for an individual survey you have to manually include a css file or edit the overall template. It would be nice to have additional, surveyspecific CSS in a separate CSS file that can be edited from the survey screen instead of from the template editor.
Written by kishu the 6 Mar 10 at 16:53.
Related project: 2.x all.
New
It's very usual to find users submitting the form with mandatory questions unanswered. Then the page gets reloaded again with a change of css to point out the such questions. The problem is when a survey page is too long with more number of questions then the user needs to scroll all along to find out what he missed. This is fine but a better alternative can be thought of.
Written by virus the 14 Aug 10 at 18:36.
Related project: 1.x all.
New
Would it not be nice if you can change the replacement fields messages to your own, currently you can't as they are hardcoded , to change them you need to edit the file just to find out that it gets replaced when you update / upgrade.
Written by barbapapa the 16 Aug 11 at 18:48.
Global category: Templates.
New
There is no template file for the "enter token" screen.
It is not possible now to modify that screen, when you need to add there any elements, a survey description placeholder for example.
That page is hard-coded in index.php so you would need to modify that file. Changes are difficult and not effective. That php file is overwritten during updates of the installation.
Written by halliballi123 the 27 Oct 11 at 09:04.
Global category: Templates.
New
I have several users who create Surveys. There are some settings that all of them should use. I have a written a guide which settings the users should set.
But sometimes people just forget.
So I think it would be best to have a option to define presets for survey settings.
So when I copy a survey I must 1) copy the template, 2) assign a new template 3) change all #question classes to the new questionclass. As this is not trivial and can only be done by inspecting the stylesheet of both surveys, it would be really swell with a smart way of doing this.
Written by lovepade the 10 Nov 09 at 12:08.
Related project: 1.x all.
New
With array-type questions with more then a few answers, there is a risk that the answers will 'overflow' the screen. That is: When the user scrolls down to see the answers, the array labels scrolls up - out of sight.
In config.php it is possbile to set global values for # $repeatheadings and
# $minrepeatheadings.
A global solution is not a very good idea with todays diverse screen resolutions. On a mininote, like asus eee og acer apire one, headings should repeat every 6 answers maybe.
On a 15.4 modern screen with hight resolution, headings should repeat every 30 answers maybe.
All depending on survey/group discription and template (e.g. limespired template uses a lot of space due to header image. Default template uses less space).
Written by tammo the 17 Jan 12 at 14:38.
Global category: Templates.
New
In some cases I want to switch design aspects on different pages.
Currently this is only partly possible (by putting
div class="group GROUPNAME"
in startgroup.pstl)
But sometimes a whole page needs another header, footer or color.
Giving each page an unique body class would make this possible. When each page is a group, it could be:
body class="groupidentification"
, this could even be an extra field on group definition pages, next to group name and group definition.
You could also do this on 1 question per page surveys.
Written by dabrahams the 7 Apr 11 at 00:28.
Related project: 2.x all.
New
I am creating a survey for a client who wants to run the survey on their own
subdomain. Naturally, they don't want to host it themselves, so they are
pointing their subdomain at my server. I can get sort of close to making this
work with the right combination of vhosts and rewrite rules in the webserver,
but several things still don't work right. For example, SURVEYURL in the
email notification templates still gets replaced with that of the main site. Ideally I would be able to customize the root URL for each survey. It would also be nice if user groups could be assigned a survey URL and they would appear to get their own limesurvey site under which the surveys they create will appear.
The buttons are so small that sometimes it can lead to clicking on things that were not meant to be clicked on. Little buttons that I cannot read sometimes lead to me restarting the survey or the like.
adding question number for each question while making the survey... also having exact number of percentage while progressing WITH the graph progress bar.
Written by fullmann the 12 Nov 10 at 13:26.
Related project: 1.x all.
New
I want to insert a language dependent text into my survey. An explanation for the "asterik" (*). In the navigation of the survey should be a text like this "*=required". We make our surveys in english and in german. In german it should be "*=Pflichtfrage".