Form editor get in select list of object
Form editor get in select list of object
klermann
Posts: 277Questions: 67Answers: 1
Hi, I need to insert into the editor form in select a list of an object that is inside another object, eg: main object, attribute1, attribute2, secondary object, list of attributes, then the user create a new entry with one of the items in that list!
This discussion has been closed.
Answers
That sounds like a good use case for a left join - have another table which defines the attributes you want and then reference the entry they want.
Editor's fields can only hold a single value at a time. You could have it use an object which contains multiple values, but that would require a custom field type plug-in as none of the built in field types will work with objects.
Allan