<form ... onsubmit="this.action='path/nome.est?nome='+this.NOMECAMPO.value;">
Oppure:
<input type="text" ... onchange="this.form.action='path/nome.est?nome='+this.value;">
Questo pero` non puo` sostituire un controllo lato server, e non da` alcuna sicurezza.