So I have a form on a SharePoint list with required fields. I have a user group that can only edit certain fields in an existing item. Some of the fields they cannot edit are required fields. When a user from that group opens an existing item and clicks save the form comes back with the required fields cleared out and showing validation errors. Since this user cannot edit those fields they cannot save the form.
If I remove the rules/code that makes the fields disabled the form will save just fine.
Ideas?