I'm looking for a way to hide or disable certain attributes in the FeatureDataForm. When I add a point with the EditorWidget, I'd like to set some values and not allow the end user to modify them. For example, I'll record the user name and timestamp when the point is created. Removing attributes from the collection in the EditCompleted event hides those from the form, but doesn't let me populate the database. And if I use the 'Display Properties' tool later, I could still edit them.
James