Overview
The reset button functions according to standard HTML behavior, which does not clear values pre-populated from a database.
To resolve this, you must implement a custom JavaScript solution to clear these specific fields, as the standard HTML reset button is not designed for this purpose.
