Hi,
In a form. Is there any way to link data from the database with a dropdown list ?
It would be like an enum but with all data schema from the database.
Here in my workflow schema :
<element label="Countries" name="listCountry" target="nms:country" type="link" />
And then in workflow form :
<input xpath="listCountry" />
In theses exemples it works as editing text. I don't want it to to be editable, I would like to change the country only by clicking just as enumeration.
Thank you in advance for help.