I completed the creation of new anchor tags for 'Date Signed' to be used as a DocuSign tag, and the necessary changes were made to include the new DateSigned
tab on the controller side. However, the problem is that the DateSigned
value is prepopulating with the current date when the document is opened. While DateSigned
is treated as a property in DocuSign, similar to InitialHere
and SignHere
, it isn't loading correctly. I applied the date logic in the report, but the same approach isn't working for DateSigned
.
What mappings are required to ensure that the DateSigned
field only displays the date when the signature is actually added in a C# MVC application?