Comments 2Alžběta Vybíralová started the conversationSeptember 6, 2019 at 11:18pmHello,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] repliedSeptember 9, 2019 at 11:12amHello 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! 2Alžběta Vybíralová repliedSeptember 9, 2019 at 12:18pmHi 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] repliedSeptember 9, 2019 at 12:49pmHello 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, 2Alžběta Vybíralová repliedSeptember 9, 2019 at 1:04pmHello 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] repliedSeptember 9, 2019 at 1:14pmHello 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, 2Alžběta Vybíralová repliedSeptember 9, 2019 at 1:21pmHello Marija,thank you, I combined both of these and together they worked as intended.Betty1 Like[deleted] repliedSeptember 9, 2019 at 1:38pmHello Alžběta,You are welcome! Great If you have any other questions or concerns we are here to help, Sign in to reply ...
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
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!
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
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:
Please try this out and let me know whether it helps!
If you have any other questions or concerns feel free to ask,
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
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:
If you have any further questions feel free to ask,
Hello Marija,
thank you, I combined both of these and together they worked as intended.
Betty
Hello Alžběta,
You are welcome! Great
If you have any other questions or concerns we are here to help,