wanna user cant move next document without accepting
Monday, May 20, 2019 at 05:34amHI All ,
I have default consent document and three accept only documents and last one include sign. I would like user can't move next document without accept it. (like as default consent document).As far as I know there might be only one consent document on package level.
Now user can move next document via navigation button without accept it. How can I do that?
Any help will be appreciated.
Reply to: wanna user cant move next document without accepting
Monday, May 20, 2019 at 05:53amReply to: wanna user cant move next document without accepting
Monday, May 20, 2019 at 06:14amReply to: wanna user cant move next document without accepting
Wednesday, May 22, 2019 at 05:06amPUT /api/packages/{package_id} {"consent":"third_document_id"}(2) give the second document an index of 0 (it will appear earlier than consent, because it was later set), check this guide (3) give the first document an index of 0 Please give it a test before following this path and hope this could help! Duo