Comments Eduardo Janairo Amir Richardson started the conversationSeptember 22, 2021 at 4:37pmgood day,I would like to know how can I set choose a random agent only be visible without having any agents to choose from. but in the back of the system chooses an agent randomly.my company doesn't what the same agent is chosen all the time by the users.[deleted] repliedSeptember 23, 2021 at 4:38pmHi EduardoThank you for reaching out to us.You can hide the employee drop-down using this custom CSS: div.am-select-service > form > div.el-form-item.am-select-employee-option { display: none !important; } and to hide them from booking recap you can use this CSS div.am-confirm-booking-data.el-row > div:nth-child(1) > div > div:nth-child(1) { display: none; } or from the customize tab by hiding the Employee selection fieldAnd the employees will be randomly assigned to services this way but you can reassign them from the backend as you see fit. Sign in to reply ...
good day,
I would like to know how can I set choose a random agent only be visible without having any agents to choose from. but in the back of the system chooses an agent randomly.
my company doesn't what the same agent is chosen all the time by the users.
Hi Eduardo
Thank you for reaching out to us.
You can hide the employee drop-down using this custom CSS:
and to hide them from booking recap you can use this CSS
or from the customize tab by hiding the Employee selection field
And the employees will be randomly assigned to services this way but you can reassign them from the backend as you see fit.