0

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.

David542
  • 104,438
  • 178
  • 489
  • 842

1 Answers1

1

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.

Thomas
  • 43,637
  • 12
  • 109
  • 140