DavidLozzi / SharePoint-HideDisableFields

Lightweight JavaScript file to easily hide or disable fields on a SharePoint classic list form
MIT License
9 stars 4 forks source link

Disable field manage metadata #2

Closed JoselitoSouza closed 4 years ago

JoselitoSouza commented 5 years ago

Morning David,

how disable a field manage metadata?

DavidLozzi commented 5 years ago

Should work the same way as other fields, are you experiencing an issue?

JoselitoSouza commented 5 years ago

This is my field: image

DavidLozzi commented 5 years ago

Not sure... can you post a screenshot of the field configuration (Edit the field) and what it looks like BEFORE running this code? This'll help me level set what's going on.

JoselitoSouza commented 5 years ago

configuration field html

DavidLozzi commented 5 years ago

That all looks good. What's happening exactly? Is it erroring? Have you tried using it like Lozzi.Fields.disable("TestSharePointMEtaDados")?