My task is to replace 3 paper-based forms by incorporating into SharePoint. Each form contains, say, 25 fields with 20 fields in common between them and 5 unique to each form. They want to use as many out of box SharePoint features as possible so that the users/managers can take ownership and not bug the developers too much.
I had planned to store the data in a single list so that the results can easily be analyzed using Excel which the managers know how to use. The problem is that when the user enters data we don't want them to see the fields that do not pertain to them. If you click 'New' in a SharePoint list view you see all the fields including those not included in your particular view.
My question is: What would be the simplest/best method to achieve these results? I am hoping to find a clean way to just hide fields based on username during the new item entry but this seems to give SharePoint hemorrhoids.
I had planned to store the data in a single list so that the results can easily be analyzed using Excel which the managers know how to use. The problem is that when the user enters data we don't want them to see the fields that do not pertain to them. If you click 'New' in a SharePoint list view you see all the fields including those not included in your particular view.
My question is: What would be the simplest/best method to achieve these results? I am hoping to find a clean way to just hide fields based on username during the new item entry but this seems to give SharePoint hemorrhoids.