4

While creating a dropdown list in my form I noticed a field called "Items Load Path". Can this field be used to provide a url from which it loads the options available in a dropdown list?

Where would the URL reside, and how can I put values in that URL? Can someone please show an example?

enter image description here

birdy
  • 9,286
  • 24
  • 107
  • 171

1 Answers1

2

Its well explained in documentation : http://docs.adobe.com/docs/en/cq/5-5/developing/developing-forms.html

Create a sling:folder and add the multi-value property on it as shown : enter image description here

And add the path in Items Load Path as : /etc/designs/geometrixx/formlistvalues/myList

It will populate values for that drop-down.

Hope this will help.

Vivek Dhiman
  • 1,967
  • 6
  • 46
  • 82