I have added a dropdown list to my user creation form in admin panel in Joomla! 1.5 (using .xml files). The problem I have is that the content of it must be dynamic (comes from an external source file). My question is where (and possibly how) I can make it.
Share
you can create your own type.
At your default.xml you will have something like:
and as implementation in /administrato/components/com_componentname/elements/myType.php
}