Can you have profile fields that only exist when other profile fields have certain values?
Can you have profile fields that only exist when other profile fields have certain values?
Understood. I recommend reviewing the developer documentation. Custom plugins will perform the heavy-lifting for functionality (whether that's DB access, etc) on the server-side which, in turn, expose custom APIs to widgets and themes in the UI. Community, itself, is built on these same supported extensibility points.
Okay, thanks. I will review the docs.