The form has a .reset() which will reset it to the original values for all items, but I want only a single item in the form to be reset. Is there a way to do that?
For example, the form loads with the item's value = 20, user changes it to 10. I need JavaScript to change that back to a 20, and without additional server side code.
For example, the form loads with the item's value = 20, user changes it to 10. I need JavaScript to change that back to a 20, and without additional server side code.