I had added some custom fields to one of the forms so I could leave some customer details in there but designed for internal use only. Don't want customer to see them when booking. However I don't see a way to hide the fields. I thought there would be a CSS class for each that I could use to hide on consumer facing form. Any ideas?
You can hide non-mandatory custom fields with CSS, yes, but you need to find the correct selector. For instance, the "Additional Notes" custom field can be hidden with this:
#am-confirm-booking > div:nth-child(1) > form > div.am-confirm-booking-data.el-row > div.am-custom-fields > div > div:nth-child(7) {
display: none !important;
}
I had added some custom fields to one of the forms so I could leave some customer details in there but designed for internal use only. Don't want customer to see them when booking. However I don't see a way to hide the fields. I thought there would be a CSS class for each that I could use to hide on consumer facing form. Any ideas?
Hello Seth
You can hide non-mandatory custom fields with CSS, yes, but you need to find the correct selector. For instance, the "Additional Notes" custom field can be hidden with this:
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables