I was wondering how I could input a value into a form with html. So right when the user goes to the site there\'s numbers in the text boxes already and they use those number
To have numbers in input fields you can set them to have a value, like value="10" and the default value would be 10 until the user changes it.
value="10"