I have a process that uses subsequent forms as it moves through the process. When moving to the final form, I would like to clear data from several fields (including date fields), forcing users to update the information, while keeping data in the rest of the fields.
Is there a way to use javascript to clear existing data only in select fields when the form is opened?
I'm a novice at this, so any help is appreciated.