Okay
  Public Ticket #2142529
Deleting specific info in form
Closed

Comments

  •  2
    Alžběta Vybíralová started the conversation

    Hello,

    I would like to ask about how we could delete info about employee in the form. We don't have employees specified for each appointment, so it's not valid for us.

    Can you please provide me with CSS code (or something else) to do it?

    Screenshot is attached.

    Thank you!

    Betty

  • [deleted] replied

    Hello Alžběta Vybíralová,

    Thank you for your purchase! 

    Could you please share with me the page/website where the booking form is so I can help you out to hide the employees' info with CSS? 

    Thanks!

  •  2
    Alžběta Vybíralová replied

    Hi Marija,

    thank you for answer. For now the page is this: https://cyberpunkbrno.cz/test-bookingu/

    But I am just testing to set it properly before I release it publicly.

    In final version it will be probably part of this page: https://cyberpunkbrno.cz/rezervace/

    Both pages will be in English too.

    Thanks,

    Betty

  • [deleted] replied

    Hello Alžběta,

    In order to hide employees info you need to add following CSS to the page where you have the booking form:

    <style>
    #amelia-step-booking0 > div.am-confirmation-booking.am-confirm-booking.am-scroll > 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) > p:nth-child(1)
    {display:none;}
    </style>
    

    Please try this out and let me know whether it helps!

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

  •  2
    Alžběta Vybíralová replied

    Hello Marija,

    thanks for fast answer. I helped, but just with the "Employee:". I would like to hide specific employee as well - meaning name of the employee.

    Thanks!

    Betty

  • [deleted] replied

    Hello Alžběta,

    You are welcome.

    Sorry, I somehow sent it only for the Employee, so in order to hide the specific employee add this one as well:

    <style>
    #amelia-step-booking0 > div.am-confirmation-booking.am-confirm-booking.am-scroll > 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) > p.am-semi-strong
    {display: none;}
    </style>


    If you have any further questions feel free to ask,

  •  2
    Alžběta Vybíralová replied

    Hello Marija,

    thank you, I combined both of these and together they worked as intended.

    Betty

  • [deleted] replied

    Hello Alžběta,

    You are welcome! Greatsmile.png 

    If you have any other questions or concerns we are here to help,