I'm on a very strict deadline (just got told about a project today) to create a form and I don't have much time to research what I need and will have to ask. I need one of the questions that is a text area that can allow me to use multiple answer options. This must be done as a textbox as the user should already know one of the options.
For example one of the following options is acceptable:
- Red33
- Beef22
- Blue454
- C238
Any other entries won't be allowed. Similar to that of a password.
Else
«I need one of the questions that is a text area that can allow me to use multiple answer options.» I don't undertsant : it's a textarea or multiple textarea
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Hi,
what I understand is:
The respondent enters a text into a textbox (e.g. "short text"), but only some options are allowed.
Well, you can validate.
Simple: something like (Q1=="Red33") OR (Q1=="Beef22") OR ...
But what if the respondent enters "RED33" or "Red 33".
Then the expression has to be more sophisticated.
Something like:
(strtoupper(str_replace(" ","",Q1))=="RED33") OR ...
Maybe I misunderstood; then please send an example (*.lss)
Regards
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless