Page 1 of 1
Select box choices url
Posted: Thu Mar 26, 2015 11:07 am
by bluttman
Playing around with using php to retrieve my list values. It appears I'm getting valid json data but the select box is not populated.
What am I missing?
Re: Select box choices url
Posted: Fri Mar 27, 2015 9:13 am
by emhill
I use Universal Display Files for our select boxes and ours look like this. This is free hand so hopefully all looks correct:
{
"success": true,
"response":[ new Option("Florence","F"), ("Jackson","J") ]
}
I'm just going by memory on this one but this works for select boxes for us.
Hope this helps a little.