I’m trying to build a user provisioning page, and one I’d like to be able to populate one of the select input fields based on a selection made in another selection.
Is there an OnChange event for the UDInputField type select?
IE - I want to select the Department from a static list, and based on that result, populate a Role input field, and set login paths, email db, etc.
I’ve been unable to find any examples on how to accomplish this.