[ad_1]
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 Regards
The page I need help with: [log in to see the link]
