Unable to reset date picker on form

Hi, i am working on an app where user registers a case ex: case 1. This is stored in my case collection. In the case the user could be on any of the 4 stages which i call as milestones. Each milestone has an associated date. These dates can be user entered OR can be anticipatory. Ex: If Milestone 1 is today, Milestone 2 will be 2 weeks from today and Milestone 3 will be another 4 weeks from Milestone 2 and so on.

Given this scenario, I am unable to reset the dates as each time I login from same or different user the Milestone dates I captured previously across any case stick and the form preloads the milestones dates always. How do I reset them each time the user loads the case creation form. Tried default value on date but that doesnt work. Need some good workable idea. Tried to place a blank date in DB and populate these milestones with that blank date but that doesnt work too. Please help!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.