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 #2878299
Random assign
Closed

Comments

  • Eduardo Janairo Amir Richardson started the conversation

    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.

  • [deleted] replied

    Hi Eduardo

    Thank 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 field

    And the employees will be randomly assigned to services this way but you can reassign them from the backend as you see fit.