Hi,
We would like to have a user attribute of type select with multiple options. One of the options is “Other”, which converts the component into editable for the user to input any text value.
What options do we have to implement this? Annotations? Custom templates with a theme?
We have the Declarative User Profile feature enabled.
Version 24.0.5.
I think you can do it the ftl file by providing some js code to manipulate the field
@daniel-pimenta
It has to be supported in the registration page, admin console on edit user page, and user account console.
Editing the register.ftl can be done, not so easy when the page is dynamically built with attributes from the Declarative User Profile, but achievable.
Editing the admin and user account consoles is a bit more complex without having templates.
Is that the only option to implement this?
Your special requirement is not possible ootb without code customizations.