I'm attempting to create a custom type (input type="hidden") field that has some dynamically generated values.
Using add_action("gform_field_input" ...) I am able to see the generated input; however, it always has a label attached. Is there a simple way to remove the label when !IS_ADMIN for just this one field?