Automatically Send Results Email - by: holch
You could use the admin email and adapt it accordingly. You just need to pass on the supervisor email into the survey somehow. This could be done in a number of ways. How do you identify the...
View ArticlePublic page with survey list - by: tpartner
The root page of your LimeSurvey directory is a list of public surveys - "List survey publicly" - manual.limesurvey.org/Survey_settings#Pu...n_.26_access_control
View ArticleShow radio button's value next to itself - by: Ben_V
<script type="text/javascript"> $(document).ready(function() { $("<style type='text/css'>" + ".array-flexible-row .answer-item label { position:relative; float:right; left:auto; top:auto;...
View ArticleSMTP GMAIL - by: hpantoine12
hello, I have installed limesurvey in local WAMP Can you tell me what you have changed in your mailbox? I have same problem : My config : Email method: SMTP SMTP host: smtp.gmail.com:587 SMTP username:...
View Articlemove next button - by: marcomarenco
Hi Tony, i've tried with your code: <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('#question{QID}.form-group').append($('#movenextbtn, #movesubmitbtn'));...
View Articlemove next button - by: marcomarenco
Hi Tony, sorry i'm able to answer you just now. i've solved in this way: <script type="text/javascript" charset="utf-8"> $(document).ready(function(){...
View ArticleHow to use minest calcluation - by: jltrussart11
Hi, Thanks for your precious help. I solved the problem as I define result_if_false in a if function beside using multiples if functions....
View Articlemove next button - by: marcomarenco
Hi Tony, i've test your code, thanks i try to put javasript code in group description, but it doesn't get the QID. i've tried with this: Survey ID: {SID} Group ID: {GID} Question ID: {QID} in group...
View Articlemove countdown - by: marcomarenco
hi, solved in this way, putting the javascript code in group description: <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ var Id =...
View Articlepublic survey order - by: marcomarenco
Hi, is it possible to order alphabetically (by name), the public surveys?
View ArticleShow radio button's value next to itself - by: McTell
Unfortunately no values next to radio buttons—this is what I get (see attached). I’ll contact the IT ...
View Articlepublic survey order - by: tpartner
In Configuration-->Global settings-->General, assign a custom template for "Default template:". In that template, add this to the end of template.js: $(document).ready(function(){...
View ArticleCan anything be delete from the tmp directory? - by: Kevin
Can the tmp directory be removed or cleaned up?
View ArticleExport Answers/Responses as .sql - by: holch
I am not an expert, but as the results of a survey are usually stored in one database, how hard can it be to use something like PHPmyAdmin, search for the correct database and export it manually?
View ArticleHas anyone had any luck adding an image, logo, etc... to their QueXML PDF...
Has anyone been able to add an image, I need to be able to add a logo, to their QueXML PDF Export of a survey? I've played around with the CSS at the top of the window but haven't had any luck getting...
View Article