The king of patience. Drop down problem.
Yes I should be called the king of patience. I just scrolled through 65 history pages of the forums looking for an answer to this problem.
I'm using Webforms to help create a new page to my site. So far everything I want to do is fine. Submitted information turns out great. The problem is I'd like to base this on a user to user communication level. I guess what I'm saying is I'd like to be able to add a drop menu to the new page that allows "User A" to direct his or her message to "User B". It's almost like a points system as in they'll be communicating with each other but it has to send the user names to the admin. (not a problem there thanks to e-mail)
Would there be any possible of getting the new page to state something like:
Welcome (User A's name prints out here),
Please select the member you would like to throw your brownie points at today.
(insert drop down menu here)
How many brownie points are you throwing at them?
(just a text field. not a problem to get this to work)
That's basically it. Anyone have a clue on how to get that (insert drop down menu here) to actually retrieve it's information from the user list?
Many thanks to anyone that can help with this one.

You could add a "markup"
You could add a "markup" element to your webform and construct your user select with html and php.
As an alternative, have you taken a look at the user points module?
HTH,
Dave
Thanks for the reply Dave.
Thanks for the reply Dave. I'll get busy on this and see what sort of results I can get.