Hi
I have a form which is completed by different users (never the same users for different forms) at different stages of the forms cycle.
To describe this I will use User1 User2 User3 (but these are never static for different forms, but static for 1 item (SPO)).
User1 is to complete PartA and 1 other Part ranging from PartB-PartF.
I want to display in view mode to User2 PartA and the 1 other part, i.e. PartB which User1 completed, and then Usere will complete PartG1
All the parts are on different screens so that works.
I guess all I'm looking to do is User2 receives an email (this is working), they click on the link and it takes them to the partially completed form by User1, Ideally I want to display the data on the same screens as the edit form, so changing the form properties to DisplayForm so its view only.
I've seen this vid and tried it but cant get it work, the formmode view but the form does not have any data.
Just looking to understand how others would set up a similar scenario to mine, where I have around 10-15 screens, I really don't want to replicate them all, just to display the items data in view mode?