Enum list: Free text

Dear all

I am wondering if there is someway by which in an answer to multiple choice question (Enum / Enumlist column ) one choice can be kept as 'Others (pls Specify)______ and this field could be editable so that user can enter any free text (may be limited to 100 characters or so).?

please help.

Solved Solved
0 1 118
1 ACCEPTED SOLUTION

You should regenerate your schemma with a new column after enum column named 'PlsSpecify' and set a show if expression on it like this:

[ENUM COLUMN] = "Others"

 

So it would be showed only if the answer before is equal to 'Other'

View solution in original post

1 REPLY 1

You should regenerate your schemma with a new column after enum column named 'PlsSpecify' and set a show if expression on it like this:

[ENUM COLUMN] = "Others"

 

So it would be showed only if the answer before is equal to 'Other'

Top Labels in this Space