Select the correct option regarding the Input Widget.
All input widgets must be inside a Form widget.
You don't need to have a variable. The data typed by the user is saved in the Input widget itself.
It can only be associated to variables of Text data type.
You always need to have a variable to store the value typed by the user.
Submit