cancel
Showing results for 
Search instead for 
Did you mean: 

Adding workflow user picker at different place.

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I want to add workflow user picker as attached in screenshot below to "Edit Site Details" option on site dashboard.

I tried to replicate same stuff on "Edit Site Details" pop up dialog but issue is that whatever way i am trying to add it, share says "missing html id" or "missing user picker field" and its not working.

Can anybody help?

Regards.
1 REPLY 1

aaditvmajmudar
Confirmed Champ
Confirmed Champ
User picker is specific form control.

So if you want to show this user picker outside form then you need to first check which are the parameters are being used in ftl file for this picker?

After that just change your ftl file accordingly and remove/adjust the variables/params related to form.

Hope this helps.