Fill drop down field dynamically

Hi there,

I have an array with two fields per row (id, text) which I get from a web service. I want to present this to the user, so he can select one text and the id can be used for the next step.

Is it possible to load the array values in a drop down field or another field type from a PHP or JS function?

Regards
Rolf

I think is not possible. SC only accept for fields type Select, SELECT or MANUAL VALUES. I think you can insert the array into a temporary table. and then do a SElECT for show the values.

Hi alvagar,

this is not what I wanted to hear, but probably the only way :wink:

Thanks
Rolf