• How can a dropdown list be filled with values which can be found in an ItemType field

    Hi, is there a way to fulfill a dropdown list when the form is loaded with values that can be found in an ItemType field? I don't want to use the item as a data source.
  • Add DropdownList with values

    I  added a dropdownlist on a form, I am unable to make reference to the dropdownlist object via name or type in Javascript. And the object doesn't seem to exist when viewing HTML source. I am trying to populate the dropdownlist  with some values when…