0
Pencil covers several frames. HTML, Desktop, Phone, etc.
An input field is the generic name for several types.
So I’ll explain using HTML, the input is the generic name. You need to enter the type[1] the type text field (in Pencil would be the text box) is the simplest type to provide a field[2], be careful not to confuse with the textarea that is for long text [3]
[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
[2] https://www.w3schools.com/html/tryit.asp?filename=tryhtml_input_text
[3] https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea