My form posts back to itself, updates markers on a Google Map, then shows the form with the form fields dynamically populated (from their previous submission) so the user can modify their search without starting over. For more details see my previous thread: http://www.gravityhelp.com/forums/topic/on-submit-show-form-with-values-still-intact
Anyway, there are times when the user will not want to modify their search, they may want a new one. So I want a button that will clear all fields. I've tried inserting a reset button with the HTML block, but it only resets a field that is NOT dynamically populated. How can I clear the fields that are dynamically populated with the click of a button?