By Juryiel on
I want to have an autocomplete text box with an allowed values list, where the list is all the users or Role X that are registered on the website. I want the list to update as uers are added, etc. Is this possible? Thanks.
I want to have an autocomplete text box with an allowed values list, where the list is all the users or Role X that are registered on the website. I want the list to update as uers are added, etc. Is this possible? Thanks.
Comments
Have you tried using the
Have you tried using the Content Construction Kit (CCK) and a user reference field?
I'm not clever enough to make
I'm not clever enough to make use of solutions that stare me in the face, instead I overcomplicate things for no reason :) This sounds like it'll do what I want, thanks a lot!