Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I know that there is:

  • Node limit to limit users number of content types created

and

  • Field permissions to restrict access to some specific fields inside content types

Now I want to find out if there is any way to limit number of values used/introduced inside a field type based on roles.

Example:

field_A => field type: select list => total number of values inside select list 20

I want

  • Role A to be able to select only 3 values from select list
  • Role B to be able to select only 10 values
  • Role C to be able to select as many as he wants

I would appreciate answers that involves as few php as possible.

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.