Hello,
I have a PHP page that returns a Json array of countries like this:
[code]{"Table":[{"ID":"1","Name":"Albania"},{"ID":"2","Name":"Afghanistan"}}[/code]
and i want to read this array and populate it to a DropDown inside my chronoForm.
How can i do that ?!
thank you,,
I have a PHP page that returns a Json array of countries like this:
[code]{"Table":[{"ID":"1","Name":"Albania"},{"ID":"2","Name":"Afghanistan"}}[/code]
and i want to read this array and populate it to a DropDown inside my chronoForm.
How can i do that ?!
thank you,,