Showing default value on sql field type - Joomla! Forum - community, help and support
i using field type="sql" display results query. works fine. want show value in combobox -make choice-. there way that, other add record table contains '-make choice-' , make default value? appreciated.
you can create custom form field type
http://docs.joomla.org/creating_a_custo ... field_type
you'd copying sql field type adding
to returned object @ suitable stage
http://docs.joomla.org/creating_a_custo ... field_type
you'd copying sql field type adding
code: select all
<option>-make selection-</option>to returned object @ suitable stage
Comments
Post a Comment