I’m aware that there’s a filter for adding classes to the “wrapper” of a field, but I can’t seem to find one for individual field elements, such as inputs. My goal here is to add styling classes such as .form-control from bootstrap. Currently, I’m able to do it hacky by doing str_replace, but this causes issues with the “class” property showing twice - once for my form-control, and one for the default field sizing (medium, large, etc that’s set in the form GUI).
Thanks.