dinoviapangea
Technical User
I have multiple text fields in my form like the following,
<Form>
<input type="text" name="text_1"><br>
<input type="text" name="text_2"><br>
<input type="text" name="text_3"><br>
</From>
How can I put a reset button that will reset only that text field? Such as
<Form>
<input type="text" name="text_1"><input type="reset" value="clear"<br>
<input type="text" name="text_2"><input type="reset" value="clear"<br>
<input type="text" name="text_3"><input type="reset" value="clear"<br>
</From>
Thanks,
Dino
<Form>
<input type="text" name="text_1"><br>
<input type="text" name="text_2"><br>
<input type="text" name="text_3"><br>
</From>
How can I put a reset button that will reset only that text field? Such as
<Form>
<input type="text" name="text_1"><input type="reset" value="clear"<br>
<input type="text" name="text_2"><input type="reset" value="clear"<br>
<input type="text" name="text_3"><input type="reset" value="clear"<br>
</From>
Thanks,
Dino