reset button for selected fields
-
Hello, I would like to create a Reset button for resetting values of the selected fields. The fields to be reset are grouped in one fieldset.
I’ve tried the tip with
jQuery(‘[id*=”fieldname74_”]’).val(‘ ‘).change();
as OnClick event, but such button resets all fiels in the form.Please advise how to do it.
Kind RegardsThe page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘reset button for selected fields’ is closed to new replies.