I want to limit the values in a CPT drop down by permissions so that only the items that are supposed to show for the user (ideally using Post Groups) appear in the drop down. Is this possible?
Hello,
There isn't such kind of built-in feature within Toolset plugins: show for the user (ideally using Post Groups) appear in the drop down.
You can submit a feature request for it:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
Our developers will evaluate it.
Is there a way to accomplish this in PHP code? How could I filter based on the combination of a Post Group membership and content association?
Unfortunately, there isn't such kind of existed filter hook for this, see our document:
https://toolset.com/documentation/programmer-reference/cred-api/
And according to our support policy, we don't provide custom codes support:
https://toolset.com/toolset-support-policy/
I have submitted a feature request for this, but no programmatic access to the Forms drop downs prior to render is extremely disappointing.
Since there isn't such kind of built-in feature, and according to our support policy, we don't provide custom codes support:
https://toolset.com/toolset-support-policy/
If you use some custom codes to customize the Forms dropdowns, it might not work in future version of Toolset plugin, so I suggest you wait for the implement this feature in future version of Toolset plugins,
My issue is resolved now. Thank you!