...
Expand | ||
---|---|---|
| ||
|
Consent Statements
...
The consent form could have fields like consent witness, consent date, eSignatures, etc. These fields are to be added in a custom form attached at to the “Consent Document Custom Fields” level. A single form is maintained for consent custom fields across the system to avoid duplicating fields across CPs and making it easy for reporting.
...
The date control fields can be set to show the current date and timestamp time by default.
Example: The ‘Consent Date’ should display the default value as current date and time.
Expand | |||||
---|---|---|---|---|---|
| |||||
Ensure that the control type in the consent custom fields form is updated to ‘Date and Time’. In the consent HTML, the code for ‘Consent Date’ field needs to be updated as below:
The ‘os-date-picker’ sets the value to current date and the timepicker time picker allows the display of current timestamp. |
...