HTML input field
To have a imput field that works, add 'yourtext' to value=. Like this: value='yourtext'
If you don't want, that your input field says something just add '' to value=. Like this: value=''
HTML button
JS