Selection - other |

|
A selection other type will allow the user to enter custom text for his selection and selection rendering is based on the selection mode that was chosen in the question editor. Depending on the selection mode the selection will be rendered as a radio button, check box or grouped along with other selection - text types inside a drop down list.
We can set following properties to customize our selection other types :
- Default Text Value allows us to set a default value inside the text box field. It is also possible to fill the text box with a default value coming from an external source using following tags :
##yourquerystringvariablename## will set the default text with a query string variable's value.
@@yoursessionvariablename@@ will set the default text with a session variable's value.
&&yourcookievariablename&& will set the default text with a cookie variable's value.
%%servervariablename%% will set the default text with a server side variable's value.
- Pipe Alias allows us to specify an alias that we can use in other questions to pipe the text box field value.