I tested and tried everything.... I found out that the example survey limesurvey_survey_52381.lss shows the same double Boilerplate questions in IE.. I think there is something wrong with the javascript code, that pool all the sub-questions in one question..??
I import a the limesurvey_survey_52381.lss survey on(
demo.limesurvey.org/admin/admin.php
) but I cannot insert javascript code in the Boilerplate question. Here you could see and try that the example doesn't work with the internet explorer.
There is nothing wrong with the javascript code. The image below is what I get in IE 7/8 after importing the survey attached earlier in this post and modifying the IDs. It is exactly as expected.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
This is not a real error and won't cause problems. It's inserted by Limesurvey (so not question or template sepecific).
Best regards/Beste Grüße,
Dr. Marcel Minke
survey-consulting.com
offlinesurveys.com
Feel free to contact me by email for professional LimeSurvey support!
The fact is, that the problem exits with the Internet Explorer and there must be a solution.
Validator shows:
Code:
Result: 5 Fehler / 0 Warnungen
line 39 column 122 - Fehler: there is no attribute "autocomplete"
line 161 column 59 - Fehler: document type does not allow element "div" here
line 162 column 59 - Fehler: document type does not allow element "div" here
line 163 column 59 - Fehler: document type does not allow element "div" here
line 164 column 59 - Fehler: document type does not allow element "div" here
$('.qRow1').wrapAll('<div id="inlineWrapper1" />');
change to
$('.qRow1').wrapAll('<div id="inlineWrapper1"> </div>');
and IE shows no error
I don't understand you. If you would test
with IE you would see that the error exists and solved by changing the div tag.