Currently my sessions are typically tied to one employee each so I have no need to let clients choose the employee.
Before I proceed to my calendar view, there is a choice for users to select sessions and employees. Is there anyway to disable the visibility of the choice of employees so that users do not have to see that dropdown?
Currently my sessions are typically tied to one employee each so I have no need to let clients choose the employee.
Before I proceed to my calendar view, there is a choice for users to select sessions and employees. Is there anyway to disable the visibility of the choice of employees so that users do not have to see that dropdown?
Hi Royston,
This is not possible with core plugin's options at the moment, but can you please try to add this to a page:
<style>.el-form-item:nth-of-type(2) {display: none !important;}</style>
I have attached you a screenshot with an explanation.