Hide specific field in the form

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

[class*='FormFieldLayout__Container-sc']:nth-child(19) {
display: none;
}

This code hide the 1st field. If you want to hide the 2nd or 3rd field, you should replace the number in the brackets.

2nd field - 20

3rd field - 21

image

2 Likes