Hide Add Notes button in the form

Add this code to the Custom CSS field on the Settings tab of your Appointment Booking widget’s settings:

[class*="form-layout__ActionRow-sc"] {
display: none;
}
2 Likes