Is it possible to hide the customer email in the employee dashboard?
Also, is it possible for both the client and employees to be notified when the manager assigns different employee to the customer on an already accepted meeting?
No, there isn't a possibility of hiding the customer email address with the Amelia's current built-in features. Maybe with adding custom CSS, please try with adding this format HTML to the page where you have your Amelia Employee panel shortcode:
<style>
.am-cabinet-collapsed-content div:nth-child(2) > div > div:nth-child(2)
{display:none !important;}
</style>
There isn't a possibility of email notifications if the employee is changed in the appointment with Amelia's current built-in features. There is a notification when the appointment is rescheduled.
If you have any further questions feel free to ask.
One more thing. The shortcode for either the client panel or the employee panel doesn't work unless I add another Amelia shortcode (booking, for instance) on the same page.
Do you perhaps know what that can be so?
I've tried it on 2 different sites with different domains.
Hi,
Is it possible to hide the customer email in the employee dashboard?
Also, is it possible for both the client and employees to be notified when the manager assigns different employee to the customer on an already accepted meeting?
+ 1 hide the customer email in the employee dashboard
Hello Rafal,
Thank you for your purchase.
No, there isn't a possibility of hiding the customer email address with the Amelia's current built-in features. Maybe with adding custom CSS, please try with adding this format HTML to the page where you have your Amelia Employee panel shortcode:
There isn't a possibility of email notifications if the employee is changed in the appointment with Amelia's current built-in features. There is a notification when the appointment is rescheduled.
If you have any further questions feel free to ask.
That actually did it. Thank you!
One more thing. The shortcode for either the client panel or the employee panel doesn't work unless I add another Amelia shortcode (booking, for instance) on the same page.
Do you perhaps know what that can be so?
I've tried it on 2 different sites with different domains.