This was something we could do with Winshuttle.
Solved
Can we require the user to view an attachment before submitting form?
Best answer by cdsommerfield
I was curious so I went ahead and tried this out myself, works pretty well.
- Make a hidden field and give it a JS variable name of "AttachmentRead"
- Create a validation rule that it cannot be empty, if empty "Please reach the attachment"
- Create a JS button hyperlink (or really any will work, depends how you want it to look)
- Give it a label of "Must Read this Attachment Before Submitting"
- Under advanced section, add the following JS to the Client Click Replace google with the link to your attachment
- In the custom JS under form settings add this codeNintex Forms for Office 365function AttachmentRead () {
NWF$('#' + AttachmentRead).val("Read");
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.