Okay
  Public Ticket #2416186
Hide selection of employee from wizard
Closed

Comments

  • Francesco started the conversation

    Hi,

    I'm setting up Amelia and for my purpose the selection of the employee is useless. As a matter of fact, I don't want the users to select the employee for a booking. Is there a way to hide it and manager the assignments of the appointments differently?

  • [deleted] replied

    Hello Francesco, 

    Thank you for your purchase. 

    There isn't a possibility to remove this option, but you can hide this selection on the front-end by adding custom CSS. 

    Please try adding this format HTML to the page where you have your Amelia shortcode: 

    <style>
    .el-form-item.am-select-employee-option {display:none;}
    </style>


    and let me know if it helped.