SharePoint allows me to select “Add-on” fields when I create a list column of type Lookup. In a view of my list, those “Add-on” fields display additional values from my lookup list. In DFFS, those columns can be added to the Display form, but do not appear in the “Add a Field” selector in the Edit form. We only want to read the value of those columns. We tried grabbing the internal name of one of those columns from the Fields config page in the Display tab configuration, and then displaying it in table row by inserting that internal name in braces, like this: {FIN} but it did not work. Is there a way we can display the value of those add-on lookup columns in the edit form?
(Note to self: forward answers to Leslie M)