Is there a way to modify the child field type input template. In basic you can select autocomplete, multiple select, checkboxes or popup. I need to display more fields from the parent type in the form not only the title. Tha default input template of the field contains only this line of code:
<?php echo $this->inputvalue;?>
Is there a way to do this?
Is there a way to modify the child field type input template. In basic you can select autocomplete, multiple select, checkboxes or popup. I need to display more fields from the parent type in the form not only the title. Tha default input template of the field contains only this line of code:
<?php echo $this->inputvalue;?>
Is there a way to do this?