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?
Not all my requirements are minor user interface issues. Some of them have to do with accessing the database, etc e.g. this one https://community.telligent.com/community/11/f/ask-the-community/1147512/verify-email-addresses, so I think I'm going to need more at some point.
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.