When creating params in an XML file is the 'sql' type supported as per the joomla Plug-in documentation.
I have the following in the XML file:-
[code:1]<param name="geoAddress1" type="sql" default=" " label="Address 1" query="SELECT name AS geoAddress1 FROM #__comprofiler_fields" description="Select the column for the Street Field." />
[/code:1]
In the CB Plugin control panel I get the following:-
Address 1: _HANDLER = sql
Thanks in advance