OOPS, Since the \"name\" field was at the top it was the one I was testing with, and it turned out that was the only one with an issue. Must have something
Agree With @Quentin Dom Contain Live Value and HMTL Input contain Default Value for an input So for Changing the Default Value of the input use This Javascript Trick
document.getElementById("myText").defaultValue = "Goofy";
The value attribute contains the default value for an input, not the live value.
The DOM value property contains a live value.