Skip to Main Content
Status Future consideration
Categories Ideas portal
Created by Jan Willem Fransen
Created on Nov 6, 2017
Merged idea

This idea has been merged into another idea. To comment or vote on this idea, please visit APP-I-3772 Limit number of Ideas a user can create.

I would like to turn off or limit adding new ideas for customers Merged

Hi,

We like feedback from our customers on a small set of ideas. Using ideas for this sound like a good idea ;-) But in our experience when opening up a "new"  idea to some of the customers we will be swamped by ideas. Which is not a bad thing, but we haven't organised ourself enough to be able to handle that properly.

We do want their feedback and votes on several prepared ideas we are getting ready to push into out backlog,

I have seen that I can turn of new ideas by using a bit of custom css

.add-idea-button{
display: none;
}

 

This seems like a rather crude way of doing it though. Does aha have other options I'm not aware off?

  • Only have new for employees/partners
  • Limit of new ideas per user
  • ...

Thanks, for now this bit of css will work for us, but some more controle would be lovely.

--jw