The FreeTextAnswer()
mimics a textarea in HTML. Is there a way to mimic a text input, something like FreeTextInput()
?
Here is the QuestionForm documentation, but I think the FreeTextAnswer()
is the closest alternative.
The FreeTextAnswer()
mimics a textarea in HTML. Is there a way to mimic a text input, something like FreeTextInput()
?
Here is the QuestionForm documentation, but I think the FreeTextAnswer()
is the closest alternative.
This is controlled by the NumberOfLinesSuggestion
parameter. Setting that to 1 will convert from textarea to a single-line text input. See the developer forum for details.