'Post Title Requirements' within each Spaces
How can we adjust the Post Title Requirements so that they are optional within the Feed, while in Spaces the decision is left to the group admin? The goal is to give each admin the flexibility to decide what works best for their community. Currently, this setting appears to be applied globally, but what we need is the ability to configure it directly within each Space, allowing for individual management at the Space level.
Currently, it is possible to make this field optional, but I am looking for a way to disable it completely in the feed. The cursor automatically lands in the βTitleβ field, and many users start writing their content there. They only realize afterward that this field has a character limit and then have to move their text to the field below. It should be possible to disable the title field entirely.
Claudy ScoufyΒ You could hide it with css.
.fcom_status_title_input { display: none; }
Thomas OatesΒ Tanks! This isn't ideal because it would hide the title everywhere, which is already possible natively. My goal is to hide it only within the feed.
Alternatively, having the cursor focus on the content (post body) by default instead of the title could work. Personally, when I click to post, I don't want a title, yet that's where I'm prompted to type even though it's optional.
