January 3, 200224 yr I have a Value list attached to a field, called Action List. I was wondering if it was possible to make the field so that only ONE checkbox could be checked at a time. Right now, you can put a check next to any of the value list entities, and I want the user to be able to only check one box at a time. If the user wants to change his selection, he can click another box, and the check will disappear from the previously checked item. Does that make sense? Thanks for your help Ken
January 3, 200224 yr It sounds like your value list should be set to Radio Buttons (which do just what you described) -- and not Check Boxes. Either that, or I misunderstood the problem.
January 4, 200224 yr Author Cool! Thanks for the help, guys! If I use radio buttons, will I still be abe to have a script look for: PatternCount (Value List Field, "text")
January 4, 200224 yr Yes. If it was working with checkboxes, it should still work with radio buttons.
Create an account or sign in to comment