This was something we could do with Winshuttle.
Solved! Go to Solution.
Is there a hyperlink or something on the form? You could add a JS hyperlink button with onclick that opens up the link to the attachment and also onclick writes to a required field.
I was curious so I went ahead and tried this out myself, works pretty well.
function AttachmentRead () { NWF$('#' + AttachmentRead).val("Read"); } |
But can that be done in office 365?
Sent from my iPhone
Hello,
You can always make it a task that the user has to complete, saying essentially "Yes I did review the document". This would be part of a workflow following the submission of this form.
Thanks
Mike
Yes. I just did it in O365
Can the url be a variable?
You could make a JS variable; but you'll have to know the exact URL for each variable. In the form settings custom JS section you can add references from the right, but you're limited to what Nintex has there.
Hi Chadd,
For some reason this isn't working for me. When the user first clicks on the link it immediately has 'Please read the attachment' pop up, then when you click on the link a second time it then opens the attachment. The next issue is when trying to submit the form, even after viewing the attachment, it is still saying 'Please read the attachment' and not allowing the user to submit. I included images in hopes you can let me know what I did wrong. Thanks!
Hey Laura! Let me recreate it and take some screenshots for you. I'll try to get back to you as soon as I can!