Hide Category Selection While Posting a Question

0

Hello! 🙂
It seems that categories are selected automatically if the question is asked from the given category’s page – am I correct?
This ould be perfect, I do wonder if it would be possible to hide the category selection from users? So, everyone can only post in the category they are in.
This has to do with certain users having different privileges, i.e. not everyone has access to all category pages.

Question is closed for new answers.
Selected answer as best
0

For anyone wondering, add this to custom CSS:
.ap-form-group.ap-field-form_question-category.ap-field-type-select{display:none;}

Selected answer as best