As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2197190
Front-End Employee Selection
Closed

Comments

  •  1
    Brendan started the conversation

    We're having issue with the front end of the plugin. The easiest solution would be to remove the "Any Employee" option from the employee selection drop down, forcing customers to choose an employee when booking a service. Is that possible?

  • [deleted] replied

    Hello Brendan,

    Unfortunately, this is not possible in Amelia at the moment. We are working on a new customization with more options and I will add your request to the list, so the development team can consider implementing this as well in one of our future releases. I can't say when that will be, though. 

    If this would be convenient for your case, you can separate the bookings per employee - meaning you can put shortcodes for the specific employees on your page (Book employee 1 [ameliabooking employee=1], book employee 2 [ameliabooking employee=2], etc.)

    If you have any further questions or concerns feel free to ask,

  • Thomas replied

    Related to his. Do you have CCS code that we could use to just hide the employee selection field from the front end booking view?

    Best regards,

  • [deleted] replied

    Hello Thoms, 

    Try adding this custom CSS to the page where you have Amelia shortcode:

    <style>
    #amelia-step-booking1 > div.am-select-service > form > div.el-form-item.am-select-employee-option 
    {display:none;}
    </style>
    

    Please let me know if ti helped. 

    With this random employee will be assigned to each booking.

    If you have any other questions or concerns please open a new ticket, your own, and we will gladly help,