Hi there,
I come up with an old question ...
When Users register, they enter a nine digit/letter Code into a Custom Textbox -in the background this number is checked if it exists (actually thanks for that code, Mark! - it works just great)
Now the first 4 digits/letters of this Code correspond to the key of the content of a Dropdown Field and we would like to preselect this Content for our Users during registration ... alternatively we could run a cronjob regular that does this job of assigning the corresponding Dropdown-Field Content to each user.
Any ideas for that?