Read out from element of a form itself - by: eckardgehrke
Hi, is there an api available that alows me to just return the <form> </form> part of a survey instead of the complete page html which would allow me to seemlessly integrate it into another...
View ArticleUpdating an attribute field when submit is pressed - by: DenisChenu
Hi, New and hot : framagit.org/SondagePro-LimeSurvey-plugin/updateTokenByResponse No documentation , work and tested in 2.6.1 version. Didn't test in 2.5X, but except "admin GUI" must work without any...
View ArticleAdd link to Admin Page on survey list page - by: DenisChenu
A {ROOTURL} can be great . bugs.limesurvey.org/view.php?id=11432 But an href="/admin/admin.php" do the trick if you are not in a subdirectory
View ArticleHowTo Filter the Columns of an Array (Numbers) - by: DenisChenu
Haap wrote: ....and also when lookint at Denis' sample site....It's not my sample website, it's my dev website. Updated to git each night. Plugin was deactivated, work again.
View ArticleHave survey submittable after a certain date? - by: DenisChenu
The question CAN not be hidden ... sorry : you must use hidden in CSS class, not the 'hide this question' attribute.
View ArticleCombine several questions types into one grid, using newest template - by:...
LeftyMaus wrote: However, the project sponsor is specifically asking for a grid. Essentially they have judged that the convenience of one grid of questions far outweighs the convenience of entering...
View ArticleCan I point a link to public statistics? - by: michelep
Hello, Sorry if stupid question but I can't find any option to show statistics publicly both to respondants and other interested friends. I have activated both the public statistics option in survey...
View ArticleHave survey submittable after a certain date? - by: Darren
Darren wrote: Once I figured out that the question should be on the last page, and not the first, it's working splendidly. Since there's no question to add the "This question is mandatory" warning, the...
View ArticleHave survey submittable after a certain date? - by: Deusdeorum
Darren wrote: Deusdeorum wrote: DenisChenu´s answer is probably a better approach but here's a javascript solution that disables button on click with an alert. <script type="text/javascript"...
View ArticleCan I point a link to public statistics? - by: tpartner
Simply copy the link from the completed page of a survey. Alternatively, the link will be: http://pathToLimeSurvey/index.php/statistics_user/action/surveyid/SURVEY ID
View ArticleShaping of the text - by: tpartner
Sorry, version 1.92 is too old for me to test. I suggest updating to version 2.06.
View ArticleAutomatically deactivate survey when a certain number of participants is met...
In contrast, if I first begin with a screenout or just leave the survey, it should not count.I didn't test with screen-outs. You'll need to do that. Do you know where I can find the information whether...
View ArticleCan I point a link to public statistics? - by: michelep
Thank you very much Tony! I guess adding this direct link somewhere for survey's admins to copy/paste/share would be a good thing. Have a great day!
View ArticleShaping of the text - by: holch
And your attachement shows the export screen and not how the text is formatted in the CSV file... And as tpartner says, 1.92 is realy, really old. You should consider updating to at least 2.06 (which...
View ArticleCombine several questions types into one grid, using newest template - by:...
Yes, mobile should be considered first but I also have clients who insist on large interactive interfaces that only work well on tablets or desktops. In those cases we sniff the device width and...
View ArticleHave survey submittable after a certain date? - by: Darren
Deusdeorum wrote: Please carefully test this before using it in production because I haven't.So far the only problem I've found is that it doesn't seem to work on mobile (iPad/iPhone). It seems to...
View ArticleAssessment value with multiple numerical input - by: stevelegare
Hi, I'm working on a survey with evaluation mode on. I have a multiple numerical inputs. I have to validate answers via JavaScript (num input 1 must equal 2, num input 2 must equal 6, etc.). My...
View ArticleConditionnal dropdown lists - by: La_civette
Hi folks, Using LS for a while but always pushing it further according my needs. I really love the toolset. I came to a double issue recently. I search the forum without finding any sure clue. 1. Is it...
View ArticleHave survey submittable after a certain date? - by: Deusdeorum
tpartner wrote: Try this: <script type="text/javascript" charset="utf-8"> $(document).ready(function() { var date_now = new Date(); var sub_date = new Date("2017-1-15"); if (date_now <...
View ArticleConditionnal dropdown lists - by: tpartner
1) The simplest solution is to have 2 versions of the drop-down question. Show the appropriate question via relevance based on the Yes/No question. 2) There is no question validation equation for...
View Article