Is there a way to add a Reset button to a form?
Is there a way to add a Reset button to a form?
An easy way to do this would be to add an HTML standard field and put:
<input type='reset' value='Reset'> within it.
Okay, now how can I get it to align with the system-provided Submit button?
Should be able to do some CSS trickery - got a link to your form?