I have been searching in the forum but can't quite find it. I'm asking a birth date and use the date type of question. I want to hide the datepicker because it isn't really usefull for this type of question. I tried in javascript in the template.js in the
Code:
$(document).ready(function()
:
Code:
$('#answer{SGQ}1').datepicker("destroy");
but this doesn't work.
Any suggestions on hiding the datepicker or on a different way of getting a valid date are welcome.
Well, I think the date type of question is made especially to have the date picker.
I think it is probably easier to use a text question and use validation via regex to get the right date format or you could use some kind of Javascript mask to guarantee that the format of the date is right. I think Tpartner has posted some kind of javascript plugin for masking text questions.
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
FYI, in the advanced settings of your question you can select dropdown boxes instead js datepicker... and set the start and maximum for years choice... But maybe you prefer use a basic text question with validation!
Thx for the fast response. I had been thinking about adding a plugin for text field masking, but then I have to turn of filterxsshtml, which I rather not do. I completely overlooked the dropdown boxes option in advanced settings. This is for me the simplest and most elegant solution. Thx Ben_V and holch.