I have been able to render a type_id as a checklist (or radio_buttons), but a Metadata Element (Attribute) of type list doesn't seem to render any other way apart from a select. Is this a bug or just the way it is?
This works:
{{{ca_objects.type_id%inUse=1&id=ca_objects_type_id&class=form-control&render=checklist}}}
This doesn't:
{{{ca_objects.artwork_type%inUse=1&id=ca_objects_artwork_type&class=form-control&render=checklist}}}
I have been able to render a type_id as a checklist (or radio_buttons), but a Metadata Element (Attribute) of type list doesn't seem to render any other way apart from a select. Is this a bug or just the way it is?
This works:
{{{ca_objects.type_id%inUse=1&id=ca_objects_type_id&class=form-control&render=checklist}}}This doesn't:
{{{ca_objects.artwork_type%inUse=1&id=ca_objects_artwork_type&class=form-control&render=checklist}}}