Adding HTML to WordPress is an excellent way to do this.
Go to your WordPress admin panel. Click “Appearance” -> “Editor”
Click the file you want to add the input box to. Add the following code where needed:
<form action=”/action_page.php”>
Question: <input type=”text” name=”Question”><br>
</form>
Give it a try ??
]]>