Hi,
I have a business form with user selector field, user title field and user superior field. I want to auto-populate the user title and user superior field based on the user selection. How can I achieve this?
Thanks, SP
Use Depending fields
Basically, check has depending fields on your user field, and on your other fields select depends on another field. Then set the visible condition on the other fields to check if a user is selected.
No it does not work. As I understand. The user selection is an Ajax call and the show/hide dependent field validations are server side. In this case, the solution you suggested does not work.
Create your own form control to perform these actions.
Please, sign in to be able to submit a new answer.