I have a little form where I want to use a dropdown to set a document category when a document is uploaded. In order to ensure that the user selects a category, I have the Uploads Enabled property set to no and then a condition that checks if the value of the dropdown is not empty and then sets File Uploads to yes.
However, it seems that the Uploads Enabled property is never utilized by the plugin as it still allows uploads when set to no.
What am I missing?