Reset Button on form

Permalink
I need to add a reset button to a form to clear the data entered into the feilds. Is this possible using the forms block?
I have to comply with the following for this client.
The online form must have a:
· Submit button
o sends the feedback to the agency
· Reset button
o clears all the information in the form

Thanks

cmerritt
 
dalberts69 replied on at Permalink Reply
Howdy,

I used this add-on:http://www.concrete5.org/marketplace/addons/form-tableless-layout/... to modify the forms templates to a table-less layout. To modify the forms sitewide I followed the instructions to move the tableless_layout.php to the /blocks/forms/ directory and renamed to view.php. Around line 122 added:

<input type="reset" name="Reset" class="reset" value="Reset" />


Easy as that.