BizForms - User Selector - onChange populate other fields

Sumanth Peddi asked on December 20, 2016 21:30

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

Recent Answers


Zach Perry answered on December 20, 2016 21:45

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.

2 votesVote for this answer Mark as a Correct answer

Sumanth Peddi answered on December 20, 2016 21:57

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.

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on December 20, 2016 22:55

Create your own form control to perform these actions.

2 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.