Okay
  Public Ticket #2524985
On the front end of booking form can I 1. Move location to the top 2. Can I hide the employee field?
Closed

Comments

  •  1
    Rory started the conversation

    Hello Team,

    On the front end of booking form can I 

    1. Move location to the top 

    2. Can I hide the employee field?

    See my attachment of my front end.

  • [deleted] replied

    Hello Rory, 

    1. There isn't a possibility to re-order the selection in the booking form in Amelia, unfortunately. 

    2. 

    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.