Situation: you have a webform, with a select option in which you want to push your own information, like a list from a database.Very easy, first, you need webform 3.x.Second, build a module:
[gist:5782455] Related links:
$db_prefix = array(
'default' => '',
'users' => 'bountydrupal.',
'sessions' => 'bountydrupal.',
# sv: keep roles and perms separate?
# 'role' => 'bountydrupal.',
# 'authmap' => 'bountydrupal.',
);
-->
https://gist.github.com/5856893