Hello,
Some time ago (couple of months) I found a solution on the forum for the feature I need to integrate.
Basically I have 2 tables (groups and persons) and I set a relation between them groups.id_creator == persons.id (a 1 to n relation).
What I need is when I want to add a new group, in the dropdown with list of available persons to be able to add a new record in case the creator of the group is missing from the persons table.
Can anyone give me a hand and tell me how I can achieve this? (from what I remember there was a solution with javascript / lightbox window popup where you were adding the new record then reload the list of available people for that table ...)
Looking forward for your help and thanks in advance!