Hello,
I added to my project "songsheets" a number of filters. In the Sandbox the filters seem to be hanging and the forms don't work at all (just the title appears). When downloaded and installed I get forms errors in the view files.
There seems to be a colon (,) missing after 'nullLabel'.
<?php echo JDom::_('html.form.input.select', array(
'dataKey' => 'voices',
'dataObject' => $this->songsheet,
'list' => $this->lists->list,
'listKey' => 'value',
'labelKey' => 'text',
'nullLabel' => ""
'required' => true,
));
Thanks for fixing!