I have a form that requires two different levels of signatures. At the bottom of the form, I have a signature field and a date field which is set to read only and a default value of "current_date". I thought this would populate the date field with the date that the user completed the form, but it's populating instead with the date that the task was initially assigned to that user.
How do I go about creating a date field that populates the current day upon form submission? I'd prefer the individual not have to select the date manually. Sometimes there is a day or two between when the form is signed by both parties and I'd like to accurately track the date that the signature was obtained. Thanks!