Ripeto: non puoi usare un tasto reset per cancellare solo un campo.
Puoi usare un bottone, con funzione JS associata:

<input type="button" value="Reset" onclick="this.form.NOMECAMPO.value='';">

Ciao
Michele