My form is anywhere in the page (including within the workspace, and everything goes fine).
However, if I place my form in a block component (named here ‘Overlay Form’), it does not work anymore and the code not access the select component of the form anymore (while the above logic does know the component, even if I redo it entirely in this scenario) :
Now, the problem is : even when I make the parent (and child visible), trying to set something in the child results in failure (see other post). However, it works in the parent …
This is a big issue, because I cannot understand how to populate select component in a modal form at page load (the form is modal, and becomes visible when clicking on a button).
have you tried another approach: instead of using the Set Options to Select block, store data in the Page Data and then use them in the Options Logic handler of the Select. How does it sound?
hmm, of course …
I had not realised Option Logic was there …
This does work for populating the options, but there is some dirty CSS to write because FORM component does not have the ‘General’ settings (Z index, position, …), and cannot either be placed into a block (which has the ‘General’ settings) because it breaks data binding.
I still have a big issue with one of the select options :