May 20, 2013 at 18:27 /
You can also reset the custom field values back to the default once your all done:
jQuery(‘[name=customtitle]’).val(‘Title’);
jQuery(‘[name=customvalue]’).val(‘Value’);