Hello,
We have a main form (form1) in which we have a Smart Dropdown field which gets it's values from another form on the same page (form2) (just like an easily configurable lookup table for the values that should be displayed in the dropdown).
On this page itself everything works as expected - the dropdown is populated in modal and inline edit options.
Now we have another page which only implements a view to form1 together with a simple edit control. Editing the content of an entry on the second page leads to an empty dropdown field.
Did I miss anything to also make form2 "visible" on the second page apart from referencing the form view to form1 (which itself references to form2 via the smart dropdown)?
example code (storage format):
page 1: https://gist.github.com/junkealSICKAG/19ccac091d8ea74fee534026ed6fb20a
page 2: https://gist.github.com/junkealSICKAG/47e7153ebee468c065ddda21a0045ef7