So many years in web development and still learning.
Is there any way to modify an input element of type hidden's value without modifying the html attribute? As if the user entered a value. I need to be able to set a value but then upon calling form.reset()
to return to the original value.
Notice: I'm not looking for a workaround, I want to know how to do the thing I asked for in particular.