We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2307642
Remove item
Closed

Comments

  •  1
    Declan Kennard started the conversation

    Please, I would like to remove "employee " from booking form and have the date and local time in line.

  • [deleted] replied

    Hello Declan, 

    Apologies for replying late, we are not working on weekends. 

    Unfortunately, there isn't an option to remove the employee from the booking form but you can hide that element with custom CSS. 

    You can try this custom CSS for hiding the employee in the booking form: 

    <style>#am-confirm-booking > div:nth-child(1) > form > div.am-confirm-booking-data.el-row > div.el-col.el-col-24.el-col-sm-24 > div > div:nth-child(1) {display: none;}</style>

    I'm not sure why you have these in two rows (time and date), it must be due to your theme's CSS or some custom CSS or similar since it is normally in one row like here: 

    1850984118.png

    But I assume with hiding the employee they will be placed in one row. 

    Let me know if this helped!


  •  1
    Declan Kennard replied

    Worked, thank you

  • [deleted] replied

    You are welcome, Declan. 

    Great, glad to hear that!

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help,