Hi Steve,
is there a way to use another widget-type for adding related records outside the edit form of a record?
Adding a related record in the edit form enables me to use nearly any kind of widget-type. But using the "Add [relationshipname]" button on the relationship tab only let me use select.
Overview:

Adding a relationship:

I don't know where to change this.
Setting up this relationship as a field in fields.ini doesn't change the widget-type on this screen. It does change it within the edit form of the parent record but not on the extra screen.
Here is my relationship.ini:
[rel_g_vertrag_h_servicepartner]__sql__ = "SELECT * FROM link_g_vertrag_h_servicepartner tblLink INNER JOIN h_servicepartner ON tblLink.h_servicepartner_id = h_servicepartner.id WHERE tblLink.g_vertrag_id = '$id'"action:label = "Servicepartner"action:order = 20actions:addnew = 0actions:remove = 1actions:addexisting = 1visibility:h_servicepartner_id = hiddenvisibility:date_next_check = hiddenvisibility:kontaktdaten = hiddensection:visible = 0action:visible = 1vocabulary:existing list:link_to_domain_record = 1Thanks for your help!
Kind regards
Richard