I'm trying to achieve this since very long, finally I'm putting a question here.
I have created a custom content model in alfresco, which I'm able to use successfully through share. This content model is being used in a html form submission. User can enter details and save it successfully.
Now, I have another requirement. Few fields in this form are drop downs, referring to which we have List Constraint in the content model XML file. Somehow, I want to fetch the list of allowed values and use that in the FTL file to populate drop down options. I tried a lot to find a solution but my limited knowledge in alfresco is not able to find one.
Any sort of help is much appreciated...