hi,
can I remove the "Choose forum dropdown field" from my forum nodes content types ?
I have only 1 forum and there is only 1 choice I would like my users not have to select it as additional step.
If there is not any option to remove it I would like to know how I can submit the form with that value.
I've tried to hide it: $form['taxonomy']['#type'] = 'hidden';
But it doesn't work because it is required, and I need to specify it if I want the new post added to the forum... I actually need to submit a default value if I want to hide it.
thanks