Hidden fields in the posting form
Hello,
I currently use css to hide two fields, but it is still visible on the preview page
#list_cp_industry {
display: none;
}
#list_tags_input {
display: none;
}
2020-05-15-1.jpg
Is there any code that can be completely hidden in the form, because these two fields are filled in by the administrator.