I have a form that has a date field with a date picker. If I select an initial date "01/01/2013" it will save the date fine. However, I need to clear that date and make it blank. When the form comes back, the previous saved date is still there. I've tried a few hooks to set as blank, but it appears somewhere there is a merge of old data or the field isn't being updated with the new blank entry?
How can I allow a user to clear the date out of the date field and update/save the form so the value of blank "" remains? Where should this be done?
Thanks,
Travis