Document can be submitted without sign if permission set on the field is Editable, View only and No rights. If the permission is set to Required, then it is mandatory to sign the document. A popup will show up with signature required message.
As per current implementation, when signature is not mapped, we can still see the signature control on review and sign. If the candidate signs it, data will not be saved as signature field was not mapped.
New approach : When signature is not mapped, signature control will not be seen. Instead, a text-box will be available for sign field and its data will be saved in JSON of non mapped field.
Changes have been made to both preview and review and sign for both HTML and PDF.
Note: While preview, if sign is mapped, green text box will be shown else normal text box will be available.
Files changed :
- DMS/DMS.Web/src/DMS_WebApp/ClientApp/src/app/Forms/preview-form/preview-form.component.ts
- DMS/DMS.Web/src/DMS_WebApp/ClientApp/src/app/Person/editable-pdf/editable-pdf.component.ts
Document can be submitted without sign if permission set on the field is Editable, View only and No rights. If the permission is set to Required, then it is mandatory to sign the document. A popup will show up with signature required message.
As per current implementation, when signature is not mapped, we can still see the signature control on review and sign. If the candidate signs it, data will not be saved as signature field was not mapped.
New approach : When signature is not mapped, signature control will not be seen. Instead, a text-box will be available for sign field and its data will be saved in JSON of non mapped field.
Changes have been made to both preview and review and sign for both HTML and PDF.
Note: While preview, if sign is mapped, green text box will be shown else normal text box will be available.
Files changed :