I'm attempting to hide an auto-generated form field in a Django form using CSS. Unfortunately, to remove the entire field, the "control group" class requires an ID. The other IDs just use remove the form but leave the label.
Is there any way to achieve this? I need the form to remain there invisibly for auto-generated information but want to hide this from the user.